File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ wp core install --url=example.dev --title="Test Site" --admin_user=admin --admin
4949# Download the testing framework
5050mkdir -p " $WP_TESTS_DIR "
5151svn checkout https://develop.svn.wordpress.org/trunk/tests/phpunit/includes/ " $WP_TESTS_DIR /includes"
52- svn checkout --depth=files https://develop.svn.wordpress.org/trunk/wp-tests-config-sample.php " $WP_TESTS_DIR /includes/wp-tests-config-sample.php"
52+ svn export https://develop.svn.wordpress.org/trunk/wp-tests-config-sample.php " $WP_TESTS_DIR /includes/wp-tests-config-sample.php"
5353
5454# Copy the wp-tests-config.php file template from the downloaded includes
5555cp " $WP_TESTS_DIR /includes/wp-tests-config-sample.php" " $WP_TESTS_DIR /wp-tests-config.php"
You can’t perform that action at this time.
0 commit comments