protected function FileNormalizeTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 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 24
Class
- FileNormalizeTest
- Tests that file entities can be normalized in HAL.
Namespace
Drupal\Tests\hal\KernelCode
protected function setUp() : void {
parent::setUp();
$this
->installEntitySchema('file');
}