Changeset 36 in tests
- Timestamp:
- 09/27/2007 08:53:12 AM (18 years ago)
- Files:
-
- 2 edited
-
wp-config-sample.php (modified) (1 diff)
-
wp-test.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-config-sample.php
r1 r36 25 25 define ('WPLANG', ''); 26 26 27 // uncomment and change this if you'd like to load plugins from a particular directory prior to testing 28 #define('DIR_TESTPLUGINS', './wp-plugins'); 27 29 ?> -
wp-test.php
r34 r36 6 6 define('DIR_TESTCASE', './wp-testcase'); 7 7 define('DIR_TESTDATA', './wp-testdata'); 8 define('DIR_TESTPLUGINS', './wp-plugins');9 8 define('TEST_MU', (@$opts['v'] == 'mu')); 10 9 … … 31 30 require_once(DIR_TESTROOT.'/wp-config.php'); 32 31 define('ABSPATH', realpath(DIR_WP).'/'); 32 33 if (!defined('DIR_TESTPLUGINS')) 34 define('DIR_TESTPLUGINS', './wp-plugins'); 33 35 34 36 // override stuff
Note: See TracChangeset
for help on using the changeset viewer.