mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-18 15:39:53 +00:00
closes #4797, constants for test cases
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7566 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
1f2ffe2b75
commit
094e07dc7e
1 changed files with 21 additions and 21 deletions
|
@ -26,10 +26,10 @@
|
|||
* @lastmodified $Date$
|
||||
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
|
||||
*/
|
||||
define ('CORE_TEST_CASES', dirname(dirname(__FILE__)) . DS . 'cases');
|
||||
define ('CORE_TEST_GROUPS', dirname(dirname(__FILE__)) . DS . 'groups');
|
||||
define ('APP_TEST_CASES', APP . 'tests' .DS. 'cases');
|
||||
define ('APP_TEST_GROUPS', APP . 'tests' .DS. 'groups');
|
||||
define ('CORE_TEST_CASES', TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'cases');
|
||||
define ('CORE_TEST_GROUPS', TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'groups');
|
||||
define ('APP_TEST_CASES', TESTS . 'cases');
|
||||
define ('APP_TEST_GROUPS', TESTS . 'groups');
|
||||
/**
|
||||
* Short description for class.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue