fixing phpunit test files, now all tests are working
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user