You are here

protected function AccessHookMenuUnitTest::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/DrupalPractice/Test/FunctionDefinitions/AccessHookMenuUnitTest.php, line 53

Class

AccessHookMenuUnitTest
Unit test class for the HookInitCss sniff.

Namespace

DrupalPractice\Sniffs\FunctionDefinitions

Code

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