Skip to content

Commit 1c0f4ef

Browse files
authored
add @require-php-5.6
1 parent 8b42b5d commit 1c0f4ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/install-wp-tests.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Feature: Scaffold install-wp-tests.sh tests
1414
"""
1515
And the return code should be 1
1616

17-
@less-than-php-7.2
17+
@require-php-5.6
1818
Scenario: Install latest version of WordPress
1919
Given a WP install
2020
And I run `wp plugin path`
@@ -76,7 +76,7 @@ Feature: Scaffold install-wp-tests.sh tests
7676
When I run `WP_TESTS_DIR=/tmp/behat-wordpress-tests-lib phpunit -c {PLUGIN_DIR}/hello-world/phpunit.xml.dist`
7777
Then the return code should be 0
7878

79-
@less-than-php-7.2
79+
@require-php-5.6
8080
Scenario: Install WordPress from trunk
8181
Given a WP install
8282
And I run `wp plugin path`

0 commit comments

Comments
 (0)