You are here

protected function CoderSniffUnitTest::shouldSkipTest in Coder 7.2

Should this test be skipped for some reason.

Return value

void

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

File

coder_sniffer/Test/CoderSniffUnitTest.php, line 41

Class

CoderSniffUnitTest
An abstract class that all sniff unit tests must extend.

Code

protected function shouldSkipTest() {
  return false;
}