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