Skip to content

Commit

Permalink
Merge pull request #84 from pantheon-systems/fix-error-notice
Browse files Browse the repository at this point in the history
Fix error notice in test suite
  • Loading branch information
danielbachhuber authored Mar 7, 2017
2 parents bb6ab4c + 827828c commit b5f51b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/install-wp-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5f51b9

Please sign in to comment.