Adding all libs to the all tests.

This commit is contained in:
mark_story 2010-09-25 10:42:20 -04:00
parent 843ada240a
commit f60a7fb854

View file

@ -48,7 +48,7 @@ class AllTests extends PHPUnit_Framework_TestSuite {
$suite->addTestFile($path . 'all_controllers.test.php');
$suite->addTestFile($path . 'all_database.test.php');
$suite->addTestFile($path . 'all_helpers.test.php');
//$suite->addTestFile($path . 'all_libs.test.php');
$suite->addTestFile($path . 'all_libs.test.php');
$suite->addTestFile($path . 'all_localization.test.php');
//$suite->addTestFile($path . 'all_model.test.php');
$suite->addTestFile($path . 'all_routing.test.php');