Skip to content

Commit b11a7f7

Browse files
authored
Merge pull request #134 from wp-cli/fix/sqlite-mu-plugins
2 parents 2363676 + 84b132d commit b11a7f7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

features/language-plugin.feature

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)