constant StrictSchemaDisabledSniff::STRICT_CONFIG_SCHEMA_NAME in Coder 8.3
Same name and namespace in other branches
- 8.3.x coder_sniffer/DrupalPractice/Sniffs/Objects/StrictSchemaDisabledSniff.php \DrupalPractice\Sniffs\Objects\StrictSchemaDisabledSniff::STRICT_CONFIG_SCHEMA_NAME
The name of the variable in the test base class to disable config schema checking.
File
- coder_sniffer/
DrupalPractice/ Sniffs/ Objects/ StrictSchemaDisabledSniff.php, line 28
Class
- StrictSchemaDisabledSniff
- Checks that $strictConfigSchema is not set to FALSE in test classes.
Namespace
DrupalPractice\Sniffs\ObjectsCode
const STRICT_CONFIG_SCHEMA_NAME = '$strictConfigSchema';