mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-15 00:16:25 +00:00
28 lines
780 B
INI
28 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/
|