protected function CoderSniffUnitTest::checkAllSniffCodes in Coder 8.3
Same name and namespace in other branches
- 8.3.x tests/Drupal/CoderSniffUnitTest.php \Drupal\Test\CoderSniffUnitTest::checkAllSniffCodes()
False if just the current sniff should be checked, true if all sniffs should be checked.
Return value
bool
1 call to CoderSniffUnitTest::checkAllSniffCodes()
- CoderSniffUnitTest::testSniff in tests/
Drupal/ CoderSniffUnitTest.php - Tests the extending classes Sniff class.
3 methods override CoderSniffUnitTest::checkAllSniffCodes()
- BadUnitTest::checkAllSniffCodes in tests/
Drupal/ bad/ BadUnitTest.php - False if just the current sniff should be checked, true if all sniffs should be checked.
- GoodUnitTest::checkAllSniffCodes in tests/
DrupalPractice/ good/ GoodUnitTest.php - False if just the current sniff should be checked, true if all sniffs should be checked.
- GoodUnitTest::checkAllSniffCodes in tests/
Drupal/ good/ GoodUnitTest.php - False if just the current sniff should be checked, true if all sniffs should be checked.
File
- tests/
Drupal/ CoderSniffUnitTest.php, line 472
Class
Namespace
Drupal\TestCode
protected function checkAllSniffCodes() {
return false;
}