Skip to content
Merged
Show file tree
Hide file tree
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: 3 additions & 3 deletions features/config-create.feature
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ Feature: Create a wp-config file

When I try `wp version`
Then STDERR should not contain:
"""
Constant WP_DEBUG already defined
"""
"""
Constant WP_DEBUG already defined
"""

@require-wp-4.0
Scenario: No wp-config.php and WPLANG
Expand Down
Loading