Skip to content

Commit 64920e5

Browse files
author
Nick Croft
committed
update test for verifying the ruleset contents
1 parent c22db9a commit 64920e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

features/scaffold.feature

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,10 @@ Feature: WordPress code scaffolding
226226
"""
227227
And the {PLUGIN_DIR}/hello-world/.phpcs.xml.dist file should contain:
228228
"""
229-
<rule ref="PHPCompatibility"/>
229+
<rule ref="PHPCompatibilityWP"/>
230+
"""
231+
And the {PLUGIN_DIR}/hello-world/.phpcs.xml.dist file should contain:
232+
"""
230233
<config name="testVersion" value="5.3-"/>
231234
"""
232235
And the {PLUGIN_DIR}/hello-world/hello-world.php file should contain:

0 commit comments

Comments
 (0)