You are here

protected function BadUnitTest::checkAllSniffCodes in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/Drupal/bad/BadUnitTest.php \Drupal\Test\bad\BadUnitTest::checkAllSniffCodes()

False if just the current sniff should be checked, true if all sniffs should be checked.

Return value

bool

Overrides CoderSniffUnitTest::checkAllSniffCodes

File

tests/Drupal/bad/BadUnitTest.php, line 469

Class

BadUnitTest
Unit test class for all bad files.

Namespace

Drupal\Test\bad

Code

protected function checkAllSniffCodes() {

  // We want to test all sniffs defined in the standard.
  return true;
}