Changeset 5673 for trunk/tests/phpunit/includes/loader.php
- Timestamp:
- 04/07/2015 12:35:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/loader.php
r5610 r5673 6 6 echo "Determining installation type...\n"; 7 7 system( WP_PHP_BINARY . ' ' . escapeshellarg( dirname( __FILE__ ) . '/install.php' ) . ' ' . escapeshellarg( WP_TESTS_CONFIG_PATH ) . ' ' . escapeshellarg( WP_TESTS_DIR ) . ' ' . $multisite ); 8 9 require dirname( __FILE__ ) . '/../../../src/bbpress.php';
Note: See TracChangeset
for help on using the changeset viewer.