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

@@ -46,7 +46,7 @@ class classserverConfTest extends PHPUnit_Framework_TestCase
public function testNumberOfMethodsInThisClass()
{
$methods = get_class_methods('serverConf');
$this->assertTrue(count($methods) == 23);
$this->assertTrue(count($methods) == 24);
}
/**