protected function NodeListBuilderTest::setUp in Drupal 8
Same name and namespace in other branches
- 9 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 20
Class
- NodeListBuilderTest
- Tests the admin listing fallback when views is not enabled.
Namespace
Drupal\Tests\node\KernelCode
protected function setUp() {
parent::setUp();
$this
->installEntitySchema('node');
}