* Copyright (c) 2006, Larry E. Masters Shorewood, IL. 60431 * Author(s): Larry E. Masters aka PhpNut * * Licensed under The Open Group Test Suite License * Redistributions of files must retain the above copyright notice. * * @filesource * @author Larry E. Masters aka PhpNut * @copyright Copyright (c) 2006, Larry E. Masters Shorewood, IL. 60431 * @link http://www.phpnut.com/projects/ * @package tests * @since CakePHP Test Suite v 1.0.0.0 * @version $Revision: 1.1.1.1 $ * @modifiedby $LastChangedBy: phpnut $ * @lastmodified $Date: 2006-08-14 23:54:56 $ * @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License */ /** * Path to the simpletest directory and unit tests. */ define ('CORE_TEST_CASES', TESTS. 'core' .DS. 'cases'); define ('CORE_TEST_GROUPS', TESTS. 'core' .DS. 'groups'); define ('APP_TEST_CASES', TESTS. 'app' .DS. 'cases'); define ('APP_TEST_GROUPS', TESTS. 'app' .DS. 'groups'); ?>