You are here

class TestFalse in Coder 8.3.x

Same name and namespace in other branches
  1. 8.3 tests/DrupalPractice/Objects/StrictSchemaDisabledUnitTest.inc \TestFalse

Test class with strict config schema checking disabled.

Hierarchy

Expanded class hierarchy of TestFalse

File

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

View source
class TestFalse {

  /**
   * Disable strict config checking during testing.
   */
  protected $strictConfigSchema = FALSE;

}

Members

Namesort descending Modifiers Type Description Overrides
TestFalse::$strictConfigSchema protected property Disable strict config checking during testing.