mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Adding all_model suite to the all_tests one
This commit is contained in:
parent
18b38f61e0
commit
27dfe2d521
1 changed files with 1 additions and 1 deletions
|
@ -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');;
|
||||
|
|
Loading…
Reference in a new issue