function NodeListBuilderTest::setUp

Same name and namespace in other branches
  1. 9 core/modules/node/tests/src/Kernel/NodeListBuilderTest.php \Drupal\Tests\node\Kernel\NodeListBuilderTest::setUp()
  2. 8.9.x core/modules/node/tests/src/Kernel/NodeListBuilderTest.php \Drupal\Tests\node\Kernel\NodeListBuilderTest::setUp()
  3. 10 core/modules/node/tests/src/Kernel/NodeListBuilderTest.php \Drupal\Tests\node\Kernel\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.