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