mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Test framework: Update path to multisite.xml.
props jeremyfelt. fixes #25242. git-svn-id: https://develop.svn.wordpress.org/trunk@25415 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -61,7 +61,7 @@ if ( $multisite ) {
|
||||
define( 'BLOG_ID_CURRENT_SITE', 1 );
|
||||
$GLOBALS['base'] = '/';
|
||||
} else {
|
||||
echo "Running as single site... To run multisite, use -c multisite.xml" . PHP_EOL;
|
||||
echo "Running as single site... To run multisite, use -c tests/phpunit/multisite.xml" . PHP_EOL;
|
||||
}
|
||||
unset( $multisite );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user