public function UpgradeRectorUiTest::setUp in Upgrade Rector 8
Overrides BrowserTestBase::setUp
File
- tests/
src/ Functional/ UpgradeRectorUiTest.php, line 31
Class
- UpgradeRectorUiTest
- Tests the UI before and after running scans.
Namespace
Drupal\Tests\upgrade_rector\FunctionalCode
public function setUp() : void {
parent::setUp();
$this
->drupalLogin($this
->drupalCreateUser([
'administer software updates',
]));
}