protected function RoutingAccessUnitTest::getTestFiles in Coder 8.3.x
Same name and namespace in other branches
- 8.3 tests/DrupalPractice/Yaml/RoutingAccessUnitTest.php \DrupalPractice\Test\Yaml\RoutingAccessUnitTest::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/ Yaml/ RoutingAccessUnitTest.php, line 18
Class
Namespace
DrupalPractice\Test\YamlCode
protected function getTestFiles($testFileBase) : array {
return [
__DIR__ . '/routing_access_test.routing.yml',
];
}