function SchemaCompatibilityCheckerTest::setUp

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php \Drupal\Tests\Core\Theme\Component\SchemaCompatibilityCheckerTest::setUp()
  2. 10 core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php \Drupal\Tests\Core\Theme\Component\SchemaCompatibilityCheckerTest::setUp()

Overrides UnitTestCase::setUp

File

core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php, line 29

Class

SchemaCompatibilityCheckerTest
Tests Drupal\Core\Theme\Component\SchemaCompatibilityChecker.

Namespace

Drupal\Tests\Core\Theme\Component

Code

protected function setUp() : void {
  parent::setUp();
  $this->checker = new SchemaCompatibilityChecker();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.