Same name in other branches
- 5.0.x tests/src/Kernel/Form/OperationsFormTest.php \Drupal\Tests\advagg\Kernel\Form\OperationsFormTest::setUp()
- 6.0.x tests/src/Kernel/Form/OperationsFormTest.php \Drupal\Tests\advagg\Kernel\Form\OperationsFormTest::setUp()
@covers ::__construct
Fichier
-
tests/
src/ Kernel/ Form/ OperationsFormTest.php, line 38
Classe
- OperationsFormTest
- Tests the Operations settings form.
Namespace
Drupal\Tests\advagg\Kernel\FormCode
protected function setUp() {
parent::setUp();
$this->installConfig(static::$modules);
$this->operationsForm = OperationsForm::create($this->container);
}