public function CoderSniffUnitTest::setCliValues in Coder 8.2
Same name and namespace in other branches
- 8.3 tests/Drupal/CoderSniffUnitTest.php \Drupal\Test\CoderSniffUnitTest::setCliValues()
- 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
Namespace
Drupal\TestCode
public function setCliValues($filename, $config) {
return;
}