function EntityTypeConstraintValidatorTest::setUp

Overrides EntityKernelTestBase::setUp

File

core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintValidatorTest.php, line 23

Class

EntityTypeConstraintValidatorTest
Tests validation constraints for EntityTypeConstraintValidator.

Namespace

Drupal\KernelTests\Core\Entity

Code

protected function setUp() {
  parent::setUp();
  $this->typedData = $this->container
    ->get('typed_data_manager');
}

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