cakephp2-php8/tests
2005-08-25 03:45:14 +00:00
..
core merging fixes and changes from my sandbox up to last svn commit [675] 2005-08-24 03:08:37 +00:00
suite_libs merging code from sandboxes since [430] 2005-08-21 06:49:02 +00:00
index.php merging changes from [683] [684] [685] [686] [688] [689] [690] 2005-08-25 03:45:14 +00:00
LICENSE.txt merging code from sandboxes since [430] 2005-08-21 06:49:02 +00:00
README.txt merging code from sandboxes since [430] 2005-08-21 06:49:02 +00:00
test_paths.php merging fixes and changes from my sandbox up to last svn commit [675] 2005-08-24 03:08:37 +00:00

--------------------------------------------------------------------------------

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