function FileNormalizeTest::setUp

Same name in other branches
  1. 8.9.x core/modules/hal/tests/src/Kernel/FileNormalizeTest.php \Drupal\Tests\hal\Kernel\FileNormalizeTest::setUp()

Overrides NormalizerTestBase::setUp

File

core/modules/hal/tests/src/Kernel/FileNormalizeTest.php, line 25

Class

FileNormalizeTest
Tests that file entities can be normalized in HAL.

Namespace

Drupal\Tests\hal\Kernel

Code

protected function setUp() : void {
    parent::setUp();
    $this->installEntitySchema('file');
}

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