Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable some tests for SQLite #134

Merged
merged 1 commit into from
Nov 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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