protected function NodeorderConfigSchemaTest::setUp in Node Order 8
Overrides KernelTestBase::setUp
File
- tests/
src/ Kernel/ NodeorderConfigSchemaTest.php, line 39
Class
- NodeorderConfigSchemaTest
- Tests the nodeorder config schema.
Namespace
Drupal\Tests\nodeorder\KernelCode
protected function setUp() {
parent::setUp();
$this->typedConfig = $this->container
->get('config.typed');
$this->configuration = $this->container
->get('config.nodeorder_settings');
}