You are here

constant StrictSchemaDisabledSniff::STRICT_CONFIG_SCHEMA_NAME in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 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\Objects

Code

const STRICT_CONFIG_SCHEMA_NAME = '$strictConfigSchema';