protected function FormsStepsNavigationTest::setUp in Forms Steps 8
Setup the env for current test using trait methods.
Overrides BrowserTestBase::setUp
File
- tests/
src/ Functional/ FormsStepsNavigationTest.php, line 38
Class
- FormsStepsNavigationTest
- Class FormsStepsNavigationTest.
Namespace
Drupal\Tests\forms_steps\FunctionalCode
protected function setUp() {
parent::setUp();
$this
->formsStepsSetup();
$this
->formsModesCreation();
}