issues
search
aik099
/
CodingStandard
The PHP_CodeSniffer coding standard I'm using on all of my projects
BSD 3-Clause "New" or "Revised" License
5
stars
2
forks
source link
Adapting "AbstractSniffUnitTest" to work with PHPCS 2.x
#32
Closed
aik099
closed
10 years ago
aik099
commented
10 years ago
unit test works with both 1.x and 2.x versions of PHPCS
if "*.diff" file present then compares fixed version of file with expected one
compares actual fixed error/warning count with expected ones
Closes #31
Closes #31