Unit Tests: Correct comment in wp-tests-config-sample.php.

Props tahteche.
Fixes #35563.

git-svn-id: https://develop.svn.wordpress.org/trunk@36372 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2016-01-21 20:24:12 +00:00
parent 5600ca6bf4
commit 497b64a300

View File

@ -1,6 +1,6 @@
<?php
/* Path to the WordPress codebase you'd like to test. Add a backslash in the end. */
/* Path to the WordPress codebase you'd like to test. Add a forward slash in the end. */
define( 'ABSPATH', dirname( __FILE__ ) . '/src/' );
// Test with multisite enabled.