mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
fbf4d9ee27
preparing for release .0.9.2 git-svn-id: https://svn.cakephp.org/repo/trunk/cake@606 3807eeeb-6ff5-0310-8944-8be069107fe0 |
||
---|---|---|
.. | ||
cases | ||
groups | ||
suite_libs | ||
caketest.config.ini | ||
caketest.config.php | ||
LICENSE.txt | ||
menu.php | ||
README.txt |
-------------------------------------------------------------------------------- Cake Unit Test Suite -------------------------------------------------------------------------------- $Id$ $Date$ $LastChangedBy$ -------------------------------------------------------------------------------- RUNNING THE TESTS Some paths need to be set up for the unit test suite to run correctly. The paths should be set in the caketest.config.ini file. The values that may need to be changed are: * TEST_CASES = * TEST_GROUPS = * SIMPLE_TEST_DEFAULT = * TEST_HTTP_PATH = * CAKE_EXAMPLES_HTTP_PATH = * library_path = All test cases should have the file suffix '.test.php'. Example: controller.test.php All group tests should have the file suffix '.group.php'. Example: controller.group.php