public function CoderSniffUnitTest::setCliValues in Coder 8.3
Same name and namespace in other branches
- 8.2 coder_sniffer/Drupal/Test/CoderSniffUnitTest.php \Drupal\Test\CoderSniffUnitTest::setCliValues()
- 8.3.x tests/Drupal/CoderSniffUnitTest.php \Drupal\Test\CoderSniffUnitTest::setCliValues()
Set a list of CLI values 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
void
1 call to CoderSniffUnitTest::setCliValues()
- CoderSniffUnitTest::testSniff in tests/
Drupal/ CoderSniffUnitTest.php - Tests the extending classes Sniff class.
File
- tests/
Drupal/ CoderSniffUnitTest.php, line 434
Class
Namespace
Drupal\TestCode
public function setCliValues($filename, $config) {
return;
}