diff --git a/bin/install-wp-tests.sh b/bin/install-wp-tests.sh index cf709c27..73bb4c78 100755 --- a/bin/install-wp-tests.sh +++ b/bin/install-wp-tests.sh @@ -80,6 +80,7 @@ install_test_suite() { # set up testing suite mkdir -p $WP_TESTS_DIR svn co --quiet https://develop.svn.wordpress.org/${WP_TESTS_TAG}/tests/phpunit/includes/ $WP_TESTS_DIR/includes + svn co --quiet https://develop.svn.wordpress.org/${WP_TESTS_TAG}/tests/phpunit/data/ $WP_TESTS_DIR/data fi if [ ! -f wp-tests-config.php ]; then