Skip to content

Commit 84b8b06

Browse files
disable phpunit testing of PSR12 sniffers
1 parent 3610044 commit 84b8b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
</testsuite>
1010
</testsuites>
1111
<php>
12-
<env name="PHPCS_IGNORE_TESTS" value="Generic,MySource,PEAR,PSR1,PSR2,Squiz,Zend"/>
12+
<env name="PHPCS_IGNORE_TESTS" value="Generic,MySource,PEAR,PSR1,PSR2,PSR12,Squiz,Zend"/>
1313
</php>
1414
</phpunit>

0 commit comments

Comments
 (0)