Skip to content

Commit

Permalink
Re-enable some tests for SQLite
Browse files Browse the repository at this point in the history
Now that the SQLite integration is loaded via mu-plugins, we can re-enable these tests again
  • Loading branch information
swissspidy committed Nov 10, 2023
1 parent 2363676 commit 84b132d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions features/language-plugin.feature
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,7 @@ Feature: Manage translation files for a WordPress install
And STDOUT should be empty
And the return code should be 0

# An empty plugin directory breaks SQLite integration, which uses a plugin.
@require-wp-4.0 @require-mysql
@require-wp-4.0
Scenario: Not providing plugin slugs should throw an error unless --all given
Given a WP install
And I run `wp plugin path`
Expand Down Expand Up @@ -386,8 +385,7 @@ Feature: Manage translation files for a WordPress install
And STDERR should be empty


# An empty plugin directory breaks SQLite integration, which uses a plugin.
@require-wp-4.0 @require-mysql
@require-wp-4.0
Scenario: Install translations for all installed plugins
Given a WP install
And I run `wp plugin path`
Expand Down

0 comments on commit 84b132d

Please sign in to comment.