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 8b42b5d commit 1c0f4efCopy full SHA for 1c0f4ef
features/install-wp-tests.feature
@@ -14,7 +14,7 @@ Feature: Scaffold install-wp-tests.sh tests
14
"""
15
And the return code should be 1
16
17
- @less-than-php-7.2
+ @require-php-5.6
18
Scenario: Install latest version of WordPress
19
Given a WP install
20
And I run `wp plugin path`
@@ -76,7 +76,7 @@ Feature: Scaffold install-wp-tests.sh tests
76
When I run `WP_TESTS_DIR=/tmp/behat-wordpress-tests-lib phpunit -c {PLUGIN_DIR}/hello-world/phpunit.xml.dist`
77
Then the return code should be 0
78
79
80
Scenario: Install WordPress from trunk
81
82
0 commit comments