public function FormsStepsTest::setUp in Forms Steps 8
Perform initial setup tasks that run before every test method.
Overrides BrowserTestBase::setUp
File
- tests/
src/ Functional/ FormsStepsTest.php, line 37
Class
- FormsStepsTest
- Tests for the Forms Steps module.
Namespace
Drupal\Tests\forms_steps\FunctionalCode
public function setUp() {
parent::setUp();
$this
->formsStepsSetup();
}