File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ Feature: WordPress code scaffolding
4848 """
4949 And the return code should be 1
5050
51+ @require-wp-4.6
5152 Scenario : Scaffold a child theme and network enable it
5253 Given a WP multisite install
5354
@@ -309,6 +310,7 @@ Feature: WordPress code scaffolding
309310 Plugin 'hello-world' activated.
310311 """
311312
313+ @require-wp-4.6
312314 Scenario: Scaffold a plugin and network activate it
313315 Given a WP multisite install
314316 When I run `wp scaffold plugin hello-world --activate-network`
@@ -494,7 +496,7 @@ Feature: WordPress code scaffolding
494496 env: WP_VERSION=latest
495497 """
496498
497- @require-php-5.6
499+ @require-php-5.6 @require-wp-4.6
498500 Scenario: Scaffold starter code for a theme and network enable it
499501 Given a WP multisite install
500502 # 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