mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-12 06:56:24 +00:00
![phpnut](/assets/img/avatar_default.png)
preparing for release .0.9.2 git-svn-id: https://svn.cakephp.org/repo/trunk/cake@606 3807eeeb-6ff5-0310-8944-8be069107fe0
27 lines
780 B
INI
27 lines
780 B
INI
;=========================================================================
|
|
; Cake Test Suite configuration file
|
|
;
|
|
; License http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
|
|
;
|
|
; $Id$
|
|
; $Date$
|
|
; $LastChangedBy$
|
|
;=========================================================================
|
|
|
|
|
|
[paths]
|
|
TEST_CASES = cases
|
|
TEST_GROUPS = groups
|
|
|
|
; Modify these values
|
|
TEST_HTTP_PATH = http://somedomain/tests/cases/
|
|
CAKE_EXAMPLES_HTTP_PATH = http://somedomain/examples
|
|
|
|
; For remote tests
|
|
REMOTE_TEST_HTTP_PATH = http://somedomain/tests/index.php
|
|
|
|
; This is set for subversion repository layout currently
|
|
; each developers sandbox should resolve to path below properly
|
|
|
|
[simpletest]
|
|
library_path = ../../../../vendor/simpletest/
|