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.
install-wp-tests.sh
1 parent b864754 commit 4989685Copy full SHA for 4989685
bin/install-wp-tests.sh
@@ -18,7 +18,7 @@ TMPDIR=$(echo $TMPDIR | sed -e "s/\/$//")
18
WP_TESTS_DIR=${WP_TESTS_DIR-$TMPDIR/wordpress-tests-lib}
19
WP_TESTS_FILE="$WP_TESTS_DIR"/includes/functions.php
20
WP_CORE_DIR=${WP_CORE_DIR-$TMPDIR/wordpress/}
21
-WP_CORE_FILE="$WP_CORE_DIR"/wp-includs.php
+WP_CORE_FILE="$WP_CORE_DIR"/wp-settings.php
22
GP_TESTS_DIR="$WP_CORE_DIR/build/wp-content/plugins/glotpress/tests/phpunit"
23
24
download() {
0 commit comments