protected function BlazyKernelTestBase::setUp in Blazy 8
Same name and namespace in other branches
- 8.2 tests/src/Kernel/BlazyKernelTestBase.php \Drupal\Tests\blazy\Kernel\BlazyKernelTestBase::setUp()
Set the default field storage backend for fields created during tests.
Overrides FieldKernelTestBase::setUp
2 calls to BlazyKernelTestBase::setUp()
- BlazyFormatterTest::setUp in tests/
src/ Kernel/ BlazyFormatterTest.php - Set the default field storage backend for fields created during tests.
- BlazyManagerTest::setUp in tests/
src/ Kernel/ BlazyManagerTest.php - Set the default field storage backend for fields created during tests.
2 methods override BlazyKernelTestBase::setUp()
- BlazyFormatterTest::setUp in tests/
src/ Kernel/ BlazyFormatterTest.php - Set the default field storage backend for fields created during tests.
- BlazyManagerTest::setUp in tests/
src/ Kernel/ BlazyManagerTest.php - Set the default field storage backend for fields created during tests.
File
- tests/
src/ Kernel/ BlazyKernelTestBase.php, line 41
Class
- BlazyKernelTestBase
- Defines base class for the Blazy formatter tests.
Namespace
Drupal\Tests\blazy\KernelCode
protected function setUp() {
parent::setUp();
$this
->setUpVariables();
$this
->setUpKernelInstall();
$this
->setUpKernelManager();
}