Same name in other branches
- 8.x-1.x tests/src/Functional/EntityCloneImageStyleTest.php \Drupal\Tests\entity_clone\Functional\EntityCloneImageStyleTest::setUp()
Sets the test up.
Fichier
-
tests/
src/ Functional/ EntityCloneImageStyleTest.php, line 52
Classe
- EntityCloneImageStyleTest
- Create an image style and test a clone.
Namespace
Drupal\Tests\entity_clone\FunctionalCode
protected function setUp() : void {
parent::setUp();
$this->adminUser = $this->drupalCreateUser($this->permissions);
$this->drupalLogin($this->adminUser);
}