diff --git a/plugins/versionpress/tests/Unit/WpConfigSplitterTest.php b/plugins/versionpress/tests/Unit/WpConfigSplitterTest.php index ed2146857..e41ddb2cd 100644 --- a/plugins/versionpress/tests/Unit/WpConfigSplitterTest.php +++ b/plugins/versionpress/tests/Unit/WpConfigSplitterTest.php @@ -81,7 +81,9 @@ class WpConfigSplitterTest extends \PHPUnit_Framework_TestCase { $table_prefix = 'wp_'; +define( 'WP_CONTENT_URL', 'http://localhost/wp/app' ); // Do not remove. Removing this line could break your site. Added by Security > Settings > Change Content Directory. +define('WP_PLUGIN_URL', 'http://localhost/wp/app/addons'); /* That's all, stop editing! Happy blogging. */ @@ -100,9 +102,7 @@ class WpConfigSplitterTest extends \PHPUnit_Framework_TestCase { private $commonConfig = <<<'DOC' Settings > Change Content Directory. -define( 'WP_CONTENT_URL', 'http://localhost/wp/app' ); // Do not remove. Removing this line could break your site. Added by Security > Settings > Change Content Directory. define('WP_PLUGIN_DIR', WP_CONTENT_DIR . '/addons'); -define('WP_PLUGIN_URL', 'http://localhost/wp/app/addons'); define('UPLOADS', 'uploads'); DOC;