You are here

protected function AutoAddedKeysUnitTest::getTestFiles in Coder 8.2

Returns a list of test files that should be checked.

Return value

array The list of test files. '

Overrides CoderSniffUnitTest::getTestFiles

File

coder_sniffer/Drupal/Test/InfoFiles/AutoAddedKeysUnitTest.php, line 49

Class

AutoAddedKeysUnitTest
A sniff unit test checks a .inc file for expected violations of a single coding standard. Expected errors and warnings are stored in this class.

Namespace

Drupal\Sniffs\InfoFiles

Code

protected function getTestFiles($testFileBase) {
  return array(
    __DIR__ . '/test.info',
    __DIR__ . '/test.info.yml',
  );
}