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