Same name and namespace in other branches
  1. 5.0.x tests/src/Kernel/Form/InfoFormTest.php \Drupal\Tests\advagg\Kernel\Form\InfoFormTest::setUp() 1 commentaire
  2. 8.x-4.x tests/src/Kernel/Form/InfoFormTest.php \Drupal\Tests\advagg\Kernel\Form\InfoFormTest::setUp() 1 commentaire

@covers ::__construct

Fichier

tests/src/Kernel/Form/InfoFormTest.php, line 38

Classe

InfoFormTest
Tests the Info settings form.

Namespace

Drupal\Tests\advagg\Kernel\Form

Code

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