We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14bd58d commit 769b076Copy full SHA for 769b076
tests/install-wp-tests.sh
@@ -107,8 +107,8 @@ install_test_suite() {
107
if [ ! -d $WP_TESTS_DIR ]; then
108
# set up testing suite
109
mkdir -p $WP_TESTS_DIR
110
- svn co --quiet https://develop.svn.wordpress.org/${WP_TESTS_TAG}/tests/phpunit/includes/ $WP_TESTS_DIR/includes
111
- svn co --quiet https://develop.svn.wordpress.org/${WP_TESTS_TAG}/tests/phpunit/data/ $WP_TESTS_DIR/data
+ svn co --quiet https://develop.svn.wordpress.org/${WP_TESTS_TAG}/tests/phpunit/includes/ $WP_TESTS_DIR/includes --ignore-externals
+ svn co --quiet https://develop.svn.wordpress.org/${WP_TESTS_TAG}/tests/phpunit/data/ $WP_TESTS_DIR/data --ignore-externals
112
fi
113
114
if [ ! -f wp-tests-config.php ]; then
0 commit comments