You are here

public function CoderSniffUnitTest::setCliValues in Coder 8.2

Same name and namespace in other branches
  1. 8.3 tests/Drupal/CoderSniffUnitTest.php \Drupal\Test\CoderSniffUnitTest::setCliValues()
  2. 8.3.x tests/Drupal/CoderSniffUnitTest.php \Drupal\Test\CoderSniffUnitTest::setCliValues()

Get a list of CLI values to set before the file is tested.

Parameters

string $filename The name of the file being tested.:

\PHP_CodeSniffer\Config $config The config data for the run.:

Return value

array

1 call to CoderSniffUnitTest::setCliValues()
CoderSniffUnitTest::testSniff in coder_sniffer/Drupal/Test/CoderSniffUnitTest.php
Tests the extending classes Sniff class.

File

coder_sniffer/Drupal/Test/CoderSniffUnitTest.php, line 438

Class

CoderSniffUnitTest

Namespace

Drupal\Test

Code

public function setCliValues($filename, $config) {
  return;
}