function RestExportTest::setUp
Same name in other branches
- 9 core/modules/rest/tests/src/Kernel/Views/RestExportTest.php \Drupal\Tests\rest\Kernel\Views\RestExportTest::setUp()
- 8.9.x core/modules/rest/tests/src/Kernel/Views/RestExportTest.php \Drupal\Tests\rest\Kernel\Views\RestExportTest::setUp()
- 11.x core/modules/rest/tests/src/Kernel/Views/RestExportTest.php \Drupal\Tests\rest\Kernel\Views\RestExportTest::setUp()
Overrides ViewsKernelTestBase::setUp
File
-
core/
modules/ rest/ tests/ src/ Kernel/ Views/ RestExportTest.php, line 39
Class
- RestExportTest
- Tests the REST export view display plugin.
Namespace
Drupal\Tests\rest\Kernel\ViewsCode
protected function setUp($import_test_views = TRUE) : void {
parent::setUp($import_test_views);
ViewTestData::createTestViews(static::class, [
'rest_test_views',
]);
$this->installEntitySchema('entity_test');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.