Closed getsource closed 4 years ago
After #80 , make test fails if a diff has already been generated with make metadiff.
make test
make metadiff
This looks to be because all files are scanned by phpcs, including the checked out W.org repo.
phpcs
Only the reporter's PHP files should be scanned.
After #80 ,
make test
fails if a diff has already been generated withmake metadiff
.This looks to be because all files are scanned by
phpcs
, including the checked out W.org repo.Only the reporter's PHP files should be scanned.