Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/install-wp-tests.feature
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ Feature: Scaffold install-wp-tests.sh tests
Leaving the existing database (wp_cli_test_scaffold) in place
"""

@require-php-7.2 @require-mysql
@require-php-7.4 @require-mysql
Scenario: Install WordPress from trunk
Given a WP install
And a get-phpunit-phar-url.php file:
Expand Down
6 changes: 3 additions & 3 deletions features/scaffold-lint.feature
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Feature: Lint scaffolded code
Then the return code should be 0

Scenario: Scaffold post-type and lint it
When I run `wp theme install twentytwentyone --activate`
When I run `wp theme install twentytwentyone --force --activate`
And I run `wp eval 'echo STYLESHEETPATH;'`
And save STDOUT as {STYLESHEETPATH}

Expand All @@ -38,7 +38,7 @@ Feature: Lint scaffolded code
Then the return code should be 0

Scenario: Scaffold taxonomy and lint it
When I run `wp theme install twentytwentyone --activate`
When I run `wp theme install twentytwentyone --force --activate`
And I run `wp eval 'echo STYLESHEETPATH;'`
And save STDOUT as {STYLESHEETPATH}

Expand All @@ -61,7 +61,7 @@ Feature: Lint scaffolded code
Then the return code should be 0

Scenario: Scaffold child theme and lint it
When I run `wp theme install twentytwentyone --activate`
When I run `wp theme install twentytwentyone --force --activate`
And I run `wp theme path`
And save STDOUT as {THEME_DIR}

Expand Down