File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,8 @@ Feature: Manage translation files for a WordPress install
220220 And STDOUT should be empty
221221 And the return code should be 0
222222
223- @require-wp-4.0
223+ # An empty plugin directory breaks SQLite integration, which uses a plugin.
224+ @require-wp-4.0 @require-mysql
224225 Scenario : Not providing plugin slugs should throw an error unless --all given
225226 Given a WP install
226227 And I run `wp plugin path`
@@ -385,7 +386,8 @@ Feature: Manage translation files for a WordPress install
385386 And STDERR should be empty
386387
387388
388- @require-wp-4.0
389+ # An empty plugin directory breaks SQLite integration, which uses a plugin.
390+ @require-wp-4.0 @require-mysql
389391 Scenario : Install translations for all installed plugins
390392 Given a WP install
391393 And I run `wp plugin path`
You can’t perform that action at this time.
0 commit comments