protected function ExporterIntegrationTest::setUp in Default Content for D8 8
Same name and namespace in other branches
- 2.0.x tests/src/Kernel/ExporterIntegrationTest.php \Drupal\Tests\default_content\Kernel\ExporterIntegrationTest::setUp()
Overrides KernelTestBase::setUp
File
- tests/
src/ Kernel/ ExporterIntegrationTest.php, line 38
Class
- ExporterIntegrationTest
- Tests export functionality.
Namespace
Drupal\Tests\default_content\KernelCode
protected function setUp() {
parent::setUp();
$this
->installSchema('system', [
'sequences',
]);
}