Skip to content

Commit

Permalink
Fix test for taxonomy scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
ernilambar committed Jun 12, 2024
1 parent 429aa80 commit 9330fbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/scaffold-taxonomy.feature
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Feature: Scaffold a custom taxonomy
"""
And STDOUT should contain:
"""
$messages['fungus'] = [
$messages['fungus'] = array(
"""
And STDOUT should contain:
"""
Expand Down
2 changes: 1 addition & 1 deletion features/scaffold.feature
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Feature: WordPress code scaffolding
"""
And STDOUT should contain:
"""
[ 'prefix-zombie', 'wraith' ]
array( 'prefix-zombie', 'wraith' )
"""
And STDOUT should contain:
"""
Expand Down

0 comments on commit 9330fbe

Please sign in to comment.