Same name in other branches
- 6.0.x tests/src/Kernel/Form/InfoFormTest.php \Drupal\Tests\advagg\Kernel\Form\InfoFormTest::setUp()
- 8.x-4.x tests/src/Kernel/Form/InfoFormTest.php \Drupal\Tests\advagg\Kernel\Form\InfoFormTest::setUp()
@covers ::__construct
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);
}