fixing phpunit test files, now all tests are working

This commit is contained in:
Fernando Ontiveros
2012-10-04 14:03:12 -04:00
parent 215e498aa0
commit 8b23b0a96a
16 changed files with 381 additions and 299 deletions

View File

@@ -39,13 +39,13 @@ class classworkspaceToolsTest extends PHPUnit_Framework_TestCase
}
/**
* This is the default method to test, if the class still having
* This is the default method to test, if the class still having
* the same number of methods.
*/
public function testNumberOfMethodsInThisClass()
{
$methods = get_class_methods('workspaceTools');
$this->assertTrue( count($methods) == 27);
$this->assertTrue( count($methods) == 28 );
}
/**