Skip to content

Commit

Permalink
Adding all_model suite to the all_tests one
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Sep 26, 2010
1 parent 18b38f6 commit 27dfe2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/all_tests.test.php
Expand Up @@ -50,7 +50,7 @@ public static function suite() {
$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');;
Expand Down

0 comments on commit 27dfe2d

Please sign in to comment.