protected function ClassFilesUnitTest::getTestFiles in Coder 8.3
Same name and namespace in other branches
- 8.3.x tests/Drupal/InfoFiles/ClassFilesUnitTest.php \Drupal\Test\InfoFiles\ClassFilesUnitTest::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/
Drupal/ InfoFiles/ ClassFilesUnitTest.php, line 52
Class
Namespace
Drupal\Test\InfoFilesCode
protected function getTestFiles($testFileBase) : array {
return [
__DIR__ . '/drupal7/class_files.info',
];
}