You are here

protected function CoderSniffUnitTest::shouldSkipTest in Coder 8.2

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

Should this test be skipped for some reason.

Return value

void

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

File

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

Class

CoderSniffUnitTest

Namespace

Drupal\Test

Code

protected function shouldSkipTest() {
  return false;
}