From 9d9a28b3e003c96d7ea4c1468ef834b9d8327723 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 12 Sep 2013 21:04:16 +0000 Subject: [PATCH] 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 --- tests/phpunit/includes/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/bootstrap.php b/tests/phpunit/includes/bootstrap.php index b73dd4e09c..3f49856b13 100644 --- a/tests/phpunit/includes/bootstrap.php +++ b/tests/phpunit/includes/bootstrap.php @@ -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 );