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:
Andrew Nacin 2013-09-12 21:04:16 +00:00
parent 8917f2b3bd
commit 9d9a28b3e0
1 changed files with 1 additions and 1 deletions

View File

@ -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 );