protected function BadUnitTest::checkAllSniffCodes in Coder 8.3
Same name and namespace in other branches
- 8.3.x 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\badCode
protected function checkAllSniffCodes() {
// We want to test all sniffs defined in the standard.
return true;
}