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 c57ce93 commit 7ed37f3Copy full SHA for 7ed37f3
bin/run-behat-tests
@@ -19,11 +19,6 @@ if [[ "$@" == *"--help"* ]]; then
19
exit $ret
20
fi
21
22
-# Turn WP_VERSION into an actual number to make sure our tags work correctly.
23
-if [ "${WP_VERSION-latest}" = "latest" ]; then
24
- export WP_VERSION=$(curl -s https://api.wordpress.org/core/version-check/1.7/ | jq -r ".offers[0].current")
25
-fi
26
-
27
# To retrieve the WP-CLI tests package root folder, we start with this scripts
28
# location.
29
SOURCE="${BASH_SOURCE[0]}"
0 commit comments