Skip to content

Commit 30bc701

Browse files
committed
Skip network scaffolding tests on WP versions with custom settings file
1 parent 268a4cf commit 30bc701

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

features/scaffold.feature

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)