You are here

protected function CoderSniffUnitTest::shouldSkipTest in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/Drupal/CoderSniffUnitTest.php \Drupal\Test\CoderSniffUnitTest::shouldSkipTest()
  2. 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

CoderSniffUnitTest

Namespace

Drupal\Test

Code

protected function shouldSkipTest() {
  return false;
}