Adding all_model suite to the all_tests one

This commit is contained in:
José Lorenzo Rodríguez 2010-09-25 22:00:30 -04:30
parent 18b38f61e0
commit 27dfe2d521

View file

@ -50,7 +50,7 @@ class AllTests extends PHPUnit_Framework_TestSuite {
$suite->addTestFile($path . 'all_helpers.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_model.test.php');
$suite->addTestFile($path . 'all_routing.test.php');
$suite->addTestFile($path . 'all_socket.test.php');
$suite->addTestFile($path . 'all_test_suite.test.php');;