You are here

protected function JsHintFormTest::setUp in Advanced CSS/JS Aggregation 8.4

@covers ::__construct

Overrides KernelTestBase::setUp

File

advagg_validator/tests/src/Kernel/Form/JsHintFormTest.php, line 35

Class

JsHintFormTest
Tests the validator JsHint settings form.

Namespace

Drupal\Tests\advagg_validator\Kernel\Form

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installConfig(static::$modules);
  $this->jsHintForm = JsHintForm::create($this->container);
}