You are here

protected function Drupal_GoodUnitTest::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/good/GoodUnitTest.php, line 68

Class

Drupal_GoodUnitTest
Unit test class for all good files that must not throw errors/warnings.

Code

protected function getSniffCodes() {

  // We want to test all sniffs defined in the standard.
  return array();
}