mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user