Skip to content

Commit 4f19c42

Browse files
committed
Add missing vars
1 parent 8746658 commit 4f19c42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/install-wp-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ SKIP_DB_CREATE=${6-false}
1717
TMPDIR=${TMPDIR-/tmp}
1818
TMPDIR=$(echo $TMPDIR | sed -e "s/\/$//")
1919
WP_TESTS_DIR=${WP_TESTS_DIR-$TMPDIR/wordpress-tests-lib}
20+
WP_TESTS_FILE="$WP_TESTS_DIR"/includes/functions.php
2021
WP_CORE_DIR=${WP_CORE_DIR-$TMPDIR/wordpress}
22+
WP_CORE_FILE="$WP_CORE_DIR"/wp-settings.php
2123

2224
download() {
2325
if [ `which curl` ]; then

0 commit comments

Comments
 (0)