You are here

protected function HookInitCssUnitTest::getTestFiles in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/DrupalPractice/FunctionDefinitions/HookInitCssUnitTest.php \DrupalPractice\Test\FunctionDefinitions\HookInitCssUnitTest::getTestFiles()

Returns a list of test files that should be checked.

Parameters

string $testFileBase The base path that the unit tests files will have.:

Return value

array<string>

Overrides CoderSniffUnitTest::getTestFiles

File

tests/DrupalPractice/FunctionDefinitions/HookInitCssUnitTest.php, line 61

Class

HookInitCssUnitTest
Unit test class for the HookInitCss sniff.

Namespace

DrupalPractice\Test\FunctionDefinitions

Code

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