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 63e4c18 commit 594f0b4Copy full SHA for 594f0b4
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-8.0
+ @less-than-php-8.0 @require-php-7.0
18
Scenario: Install latest version of WordPress
19
Given a WP install
20
And a affirmative-response file:
features/scaffold-theme-tests.feature
@@ -8,7 +8,7 @@ Feature: Scaffold theme unit tests
8
When I run `wp theme path`
9
Then save STDOUT as {THEME_DIR}
10
11
- @require-php-5.6 @less-than-php-7.2
+ @require-php-7.0 @less-than-php-7.2
12
Scenario: Scaffold theme tests
13
When I run `wp scaffold theme-tests p2child`
Then STDOUT should not be empty
0 commit comments