Skip to content

Commit 9330fbe

Browse files
committed
Fix test for taxonomy scaffold
1 parent 429aa80 commit 9330fbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/scaffold-taxonomy.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Feature: Scaffold a custom taxonomy
1919
"""
2020
And STDOUT should contain:
2121
"""
22-
$messages['fungus'] = [
22+
$messages['fungus'] = array(
2323
"""
2424
And STDOUT should contain:
2525
"""

features/scaffold.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Feature: WordPress code scaffolding
116116
"""
117117
And STDOUT should contain:
118118
"""
119-
[ 'prefix-zombie', 'wraith' ]
119+
array( 'prefix-zombie', 'wraith' )
120120
"""
121121
And STDOUT should contain:
122122
"""

0 commit comments

Comments
 (0)