function StyleSerializerKernelTest::setUp
Same name in this branch
- 9 core/modules/hal/tests/src/Kernel/rest/Views/StyleSerializerKernelTest.php \Drupal\Tests\hal\Kernel\rest\Views\StyleSerializerKernelTest::setUp()
Same name and namespace in other branches
- 11.x core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php \Drupal\Tests\rest\Kernel\Views\StyleSerializerKernelTest::setUp()
File
-
core/
modules/ rest/ tests/ src/ Kernel/ Views/ StyleSerializerKernelTest.php, line 28
Class
- StyleSerializerKernelTest
- @coversDefaultClass \Drupal\rest\Plugin\views\style\Serializer[[api-linebreak]] @group views
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',
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.