Skip to content

Commit 6a0f6bf

Browse files
author
Jeremy Ward
committed
Remove period from end of scenario to address code sniff error.
1 parent 5dea3bf commit 6a0f6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/command.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,7 @@ Feature: WP-CLI Commands
16671667
core custom-subcommand
16681668
"""
16691669

1670-
Scenario: An activated plugin should successfully add custom commands when hooked on the cli_init action.
1670+
Scenario: An activated plugin should successfully add custom commands when hooked on the cli_init action
16711671
Given a WP installation
16721672
And a wp-content/plugins/custom-command/custom-cmd.php file:
16731673
"""

0 commit comments

Comments
 (0)