function StorageTest::setUp
Overrides BrowserTestBase::setUp
File
- 
              core/modules/ system/ tests/ src/ Functional/ Form/ StorageTest.php, line 38 
Class
- StorageTest
- Tests a multistep form using form storage and makes sure validation and caching works right.
Namespace
Drupal\Tests\system\Functional\FormCode
protected function setUp() {
  parent::setUp();
  $this->drupalLogin($this->drupalCreateUser());
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
