You are here

public function TestNull::strictConfigSchema in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/DrupalPractice/Objects/StrictSchemaDisabledUnitTest.inc \TestNull::strictConfigSchema()

File

tests/DrupalPractice/Objects/StrictSchemaDisabledUnitTest.inc, line 17

Class

TestNull

Code

public function strictConfigSchema() {

  // This is ok because it's non-member variable.
  $strictConfigSchema = FALSE;
  return $strictConfigSchema;
}