cakephp2-php8/tests/caketest.config.ini

28 lines
780 B
INI
Raw Normal View History

;=========================================================================
; 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/