You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ WP-CLI makes use of a Behat-based testing framework and provides a set of custom
110
110
*`Then /^STDOUT should be JSON containing:$/` - Expect valid JSON output in STDOUT.
111
111
*`Then /^STDOUT should be a JSON array containing:$/` - Expect valid JSON array output in STDOUT.
112
112
*`Then /^STDOUT should be CSV containing:$/` - Expect STDOUT to be CSV containing certain values.
113
-
*`Then /^STDOUT should be YAML containing:$/` - Expect STDOUT to be YAML containig certain content.
113
+
*`Then /^STDOUT should be YAML containing:$/` - Expect STDOUT to be YAML containing certain content.
114
114
*`Then /^(STDOUT|STDERR) should be empty$/` - Expect STDOUT or STDERR to be empty.
115
115
*`Then /^(STDOUT|STDERR) should not be empty$/` - Expect STDOUT or STDERR not to be empty.
116
116
*`Then /^(STDOUT|STDERR) should be a version string (<|<=|>|>=|==|=|<>) ([+\w.{}-]+)$/` - Expect STDOUT or STDERR to be a version string comparing to the given version.
0 commit comments