Skip to content

Commit 1eea412

Browse files
authored
Apply suggestion from @swissspidy
1 parent 683dd1a commit 1eea412

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

features/config-get-field.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,8 @@ Feature: Get the value of a constant or variable defined in wp-config.php and wp
339339
When I run `wp config get WP_DEBUG --format=yaml`
340340
Then STDOUT should be:
341341
"""
342-
true
342+
---
343+
- true
343344
"""
344345

345346
When I run `wp config get WP_DEBUG_LOG --format=yaml`

0 commit comments

Comments
 (0)