Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BaseSniffTestCase::getSniffCode(): simplify
This method used to need custom code as the tests did not follow the PHPCS native test naming conventions, but this was fixed quite a while ago, so the `BaseSniffTestCase::getSniffCode()` method can now defer to the PHPCS native `Common::getSniffCode()` method without issue.
- Loading branch information