You are here

protected function DisallowLongArraySyntaxUnitTest::getTestFiles in Coder 8.2

Returns a list of test files that should be checked.

Return value

array The list of test files.

Overrides CoderSniffUnitTest::getTestFiles

File

coder_sniffer/Drupal/Test/Arrays/DisallowLongArraySyntaxUnitTest.php, line 51

Class

DisallowLongArraySyntaxUnitTest

Namespace

Drupal\Sniffs\Arrays

Code

protected function getTestFiles($testFileBase) {
  return array(
    __DIR__ . '/disallow_long_array_d7/DisallowLongArraySyntaxUnitTest.1.inc',
    __DIR__ . '/disallow_long_array_d8/DisallowLongArraySyntaxUnitTest.2.inc',
  );
}