protected function EntityBrowserIntegrationTest::setUp in Lightning Media 8.4
Same name and namespace in other branches
- 8.3 tests/src/Kernel/EntityBrowserIntegrationTest.php \Drupal\Tests\lightning_media\Kernel\EntityBrowserIntegrationTest::setUp()
Overrides KernelTestBase::setUp
File
- tests/
src/ Kernel/ EntityBrowserIntegrationTest.php, line 34
Class
- EntityBrowserIntegrationTest
- Tests Lightning Media's integration with Entity Browser.
Namespace
Drupal\Tests\lightning_media\KernelCode
protected function setUp() : void {
parent::setUp();
$this
->installSchema('system', 'key_value_expire');
// These are two separate calls because the config must be installed in this
// specific order for the test to pass.
$this
->installConfig('node');
$this
->installConfig('entity_browser_example');
}