We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ebd89 commit a47ee6cCopy full SHA for a47ee6c
features/testing.feature
@@ -26,18 +26,18 @@ Feature: Test that WP-CLI loads.
26
27
@require-sqlite
28
Scenario: Uses SQLite
29
- Given a WP install
30
- When I run `wp eval 'echo DB_ENGINE;'`
31
- Then STDOUT should contain:
32
- """
33
- sqlite
34
+ Given a WP install
+ When I run `wp eval 'echo DB_ENGINE;'`
+ Then STDOUT should contain:
+ """
+ sqlite
35
36
@require-mysql
37
Scenario: Uses MySQL
38
39
- When I run `wp eval 'var_export( defined("DB_ENGINE") );'`
40
- Then STDOUT should be:
41
42
- false
43
+ When I run `wp eval 'var_export( defined("DB_ENGINE") );'`
+ Then STDOUT should be:
+ false
0 commit comments