You are here

protected function DuplicateEntryUnitTest::getTestFiles in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/Drupal/InfoFiles/DuplicateEntryUnitTest.php \Drupal\Test\InfoFiles\DuplicateEntryUnitTest::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/DuplicateEntryUnitTest.php, line 58

Class

DuplicateEntryUnitTest
Unit test class for the DuplicateEntry sniff.

Namespace

Drupal\Test\InfoFiles

Code

protected function getTestFiles($testFileBase) : array {
  return [
    __DIR__ . '/drupal7/test.info',
  ];
}