Changeset 25415
- Timestamp:
- 09/12/2013 09:04:16 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r25165 r25415 62 62 $GLOBALS['base'] = '/'; 63 63 } else { 64 echo "Running as single site... To run multisite, use -c multisite.xml" . PHP_EOL;64 echo "Running as single site... To run multisite, use -c tests/phpunit/multisite.xml" . PHP_EOL; 65 65 } 66 66 unset( $multisite );
Note: See TracChangeset
for help on using the changeset viewer.