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

@@ -47,7 +47,7 @@ class classAppSolrTest extends PHPUnit_Framework_TestCase
public function testNumberOfMethodsInThisClass()
{
$methods = get_class_methods('AppSolr');
$this->assertTrue( count($methods) == 25);
$this->assertTrue( count($methods) == 28);
}
/**