protected function CoderSniffUnitTest::shouldSkipTest in Coder 8.3.x
Same name and namespace in other branches
- 8.3 tests/Drupal/CoderSniffUnitTest.php \Drupal\Test\CoderSniffUnitTest::shouldSkipTest()
- 8.2 coder_sniffer/Drupal/Test/CoderSniffUnitTest.php \Drupal\Test\CoderSniffUnitTest::shouldSkipTest()
Should this test be skipped for some reason.
Return value
bool
1 call to CoderSniffUnitTest::shouldSkipTest()
- CoderSniffUnitTest::testSniff in tests/
Drupal/ CoderSniffUnitTest.php - Tests the extending classes Sniff class.
File
- tests/
Drupal/ CoderSniffUnitTest.php, line 120
Class
Namespace
Drupal\TestCode
protected function shouldSkipTest() {
return false;
}