protected function InstallTUnitTest::getTestFiles in Coder 8.3
Same name and namespace in other branches
- 8.3.x tests/DrupalPractice/FunctionDefinitions/InstallTUnitTest.php \DrupalPractice\Test\FunctionDefinitions\InstallTUnitTest::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/ InstallTUnitTest.php, line 58
Class
- InstallTUnitTest
- Unit test class for the InstallT sniff.
Namespace
DrupalPractice\Test\FunctionDefinitionsCode
protected function getTestFiles($testFileBase) : array {
return [
__DIR__ . '/test.install',
];
}