Skip to content

Commit

Permalink
Do not require docblocks for PHPUnit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nylen committed May 5, 2017
1 parent 5b3d7d8 commit b28acb6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpcs.ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@

<rule ref="WordPress-Core" />
<rule ref="WordPress-Docs" />

<!-- Do not require docblocks for unit tests -->
<rule ref="Squiz.Commenting.FunctionComment.Missing">
<exclude-pattern>phpunit/*</exclude-pattern>
</rule>
</ruleset>

0 comments on commit b28acb6

Please sign in to comment.