protected function BadUnitTest::allSniffCodes in Coder 8.2
Returns a list of sniff codes that should be checked in this test.
Return value
array The list of sniff codes.
Overrides CoderSniffUnitTest::allSniffCodes
File
- coder_sniffer/
Drupal/ Test/ bad/ BadUnitTest.php, line 460
Class
- BadUnitTest
- Unit test class for all bad files.
Namespace
Drupal\badCode
protected function allSniffCodes() {
// We want to test all sniffs defined in the standard.
return TRUE;
}