Skip to content

Commit dd125cf

Browse files
committed
Skip core phpunit tests on PHP 8.0+
1 parent 5185e42 commit dd125cf

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-
@require-php-5.6
17+
@require-php-5.6 @less-than-php-8.0
1818
Scenario: Install latest version of WordPress
1919
Given a WP install
2020
And a affirmative-response file:
@@ -128,7 +128,7 @@ Feature: Scaffold install-wp-tests.sh tests
128128
Leaving the existing database (wp_cli_test_scaffold) in place
129129
"""
130130
131-
@require-php-5.6
131+
@require-php-5.6 @less-than-php-8.0
132132
Scenario: Install WordPress from trunk
133133
Given a WP install
134134
And a get-phpunit-phar-url.php file:

0 commit comments

Comments
 (0)