protected function ClassFileNameUnitTest::getTestFiles in Coder 8.3
Same name and namespace in other branches
- 8.3.x tests/Drupal/Classes/ClassFileNameUnitTest.php \Drupal\Test\Classes\ClassFileNameUnitTest::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/ Classes/ ClassFileNameUnitTest.php, line 57
Class
Namespace
Drupal\Test\ClassesCode
protected function getTestFiles($testFileBase) : array {
return [
__DIR__ . '/drupal8/ClassFileNameUnitTest.php',
__DIR__ . '/drupal8/drupal8.behat.inc',
__DIR__ . '/drupal7/class_fle_name_test.module',
__DIR__ . '/drupal8/markdownFile.md',
];
}