You are here

protected function ConstantNameUnitTest::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/Semantics/ConstantNameUnitTest.php, line 16

Class

ConstantNameUnitTest

Namespace

Drupal\Sniffs\Semantics

Code

protected function getTestFiles($testFileBase) {
  $dir = dirname(__FILE__);
  return array(
    $dir . '/constant_test.install',
    $dir . '/constant_test.module',
  );
}