You are here

protected function CoderSniffUnitTest::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.

1 call to CoderSniffUnitTest::allSniffCodes()
CoderSniffUnitTest::testSniff in coder_sniffer/Drupal/Test/CoderSniffUnitTest.php
Tests the extending classes Sniff class.
3 methods override CoderSniffUnitTest::allSniffCodes()
BadUnitTest::allSniffCodes in coder_sniffer/Drupal/Test/bad/BadUnitTest.php
Returns a list of sniff codes that should be checked in this test.
GoodUnitTest::allSniffCodes in coder_sniffer/DrupalPractice/Test/good/GoodUnitTest.php
Returns a list of sniff codes that should be checked in this test.
GoodUnitTest::allSniffCodes in coder_sniffer/Drupal/Test/good/GoodUnitTest.php
Returns a list of sniff codes that should be checked in this test.

File

coder_sniffer/Drupal/Test/CoderSniffUnitTest.php, line 472

Class

CoderSniffUnitTest

Namespace

Drupal\Test

Code

protected function allSniffCodes() {
  return FALSE;
}