protected function AssetTestBase::setUp in farmOS 2.x
Overrides FarmBrowserTestBase::setUp
File
- modules/
core/ asset/ tests/ src/ Functional/ AssetTestBase.php, line 36
Class
- AssetTestBase
- Tests the asset CRUD.
Namespace
Drupal\Tests\asset\FunctionalCode
protected function setUp() : void {
parent::setUp();
$this->adminUser = $this
->drupalCreateUser($this
->getAdministratorPermissions());
$this
->drupalLogin($this->adminUser);
drupal_flush_all_caches();
}