function NodeListBuilderTest::setUp

Overrides KernelTestBase::setUp

File

core/modules/node/tests/src/Kernel/NodeListBuilderTest.php, line 25

Class

NodeListBuilderTest
Tests the admin listing fallback when views is not enabled.

Namespace

Drupal\Tests\node\Kernel

Code

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

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