protected function InfoFormTest::setUp in Advanced CSS/JS Aggregation 8.4
@covers ::__construct
Overrides KernelTestBase::setUp
File
- tests/
src/ Kernel/ Form/ InfoFormTest.php, line 38
Class
- InfoFormTest
- Tests the Info settings form.
Namespace
Drupal\Tests\advagg\Kernel\FormCode
protected function setUp() {
parent::setUp();
$this
->installConfig(static::$modules);
$this->infoForm = InfoForm::create($this->container);
}