Skip to content

Commit

Permalink
update test for verifying the ruleset contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Croft committed Jul 20, 2018
1 parent c22db9a commit 64920e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion features/scaffold.feature
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,10 @@ Feature: WordPress code scaffolding
"""
And the {PLUGIN_DIR}/hello-world/.phpcs.xml.dist file should contain:
"""
<rule ref="PHPCompatibility"/>
<rule ref="PHPCompatibilityWP"/>
"""
And the {PLUGIN_DIR}/hello-world/.phpcs.xml.dist file should contain:
"""
<config name="testVersion" value="5.3-"/>
"""
And the {PLUGIN_DIR}/hello-world/hello-world.php file should contain:
Expand Down

0 comments on commit 64920e5

Please sign in to comment.