File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Feature: Scaffold install-wp-tests.sh tests
14
14
"""
15
15
And the return code should be 1
16
16
17
- @less-than-php-8.0 @require-php-7.0
17
+ @less-than-php-8.0 @require-php-7.0 @require-mysql
18
18
Scenario : Install latest version of WordPress
19
19
Given a WP install
20
20
And a affirmative-response file:
Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ Feature: WordPress code scaffolding
379
379
And the {THEME_DIR}/starter-theme/woocommerce.css file should exist
380
380
And the {THEME_DIR}/starter-theme/inc/woocommerce.php file should exist
381
381
382
- @require-php-5.6 @require-wp-4.6
382
+ @require-php-5.6 @require-wp-4.6 @require-mysql
383
383
Scenario: Scaffold starter code for a theme and activate it
384
384
Given a WP install
385
385
# Allow for warnings to be generated due to https://github.com/wp-cli/scaffold-command/issues/181
You can’t perform that action at this time.
0 commit comments