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 8746658 commit 4f19c42Copy full SHA for 4f19c42
templates/install-wp-tests.sh
@@ -17,7 +17,9 @@ SKIP_DB_CREATE=${6-false}
17
TMPDIR=${TMPDIR-/tmp}
18
TMPDIR=$(echo $TMPDIR | sed -e "s/\/$//")
19
WP_TESTS_DIR=${WP_TESTS_DIR-$TMPDIR/wordpress-tests-lib}
20
+WP_TESTS_FILE="$WP_TESTS_DIR"/includes/functions.php
21
WP_CORE_DIR=${WP_CORE_DIR-$TMPDIR/wordpress}
22
+WP_CORE_FILE="$WP_CORE_DIR"/wp-settings.php
23
24
download() {
25
if [ `which curl` ]; then
0 commit comments