protected function OptionSetConfigSchemaTest::setUp in RoyalSlider Integration 8
Performs setup tasks before each individual test method is run.
Overrides KernelTestBase::setUp
File
- src/
Tests/ OptionSetConfigSchemaTest.php, line 40 - Contains \Drupal\royalslider\Tests\OptionSetConfigSchemaTest.
Class
- OptionSetConfigSchemaTest
- Tests the royalslider optionset config schema.
Namespace
Drupal\royalslider\TestsCode
protected function setUp() {
parent::setUp();
$this->typedConfig = \Drupal::service('config.typed');
}