Changeset 7421 for trunk/tests/includes/install.php
- Timestamp:
- 10/11/2013 06:58:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/includes/install.php
r7187 r7421 9 9 10 10 $config_file_path = $argv[1]; 11 $multisite = ! empty( $argv[2] ); 11 $tests_dir_path = $argv[2]; 12 $multisite = ! empty( $argv[3] ); 12 13 13 14 require_once $config_file_path; 14 require_once dirname( $config_file_path ). '/includes/functions.php';15 require_once $tests_dir_path . '/includes/functions.php'; 15 16 16 17 function _load_buddypress() {
Note: See TracChangeset
for help on using the changeset viewer.