protected function ResponsiveImageAdminUITest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/responsive_image/src/Tests/ResponsiveImageAdminUITest.php \Drupal\responsive_image\Tests\ResponsiveImageAdminUITest::setUp()
Drupal\simpletest\WebTestBase\setUp().
Overrides WebTestBase::setUp
File
- core/
modules/ responsive_image/ src/ Tests/ ResponsiveImageAdminUITest.php, line 29 - Contains \Drupal\responsive_image\Tests\ResponsiveImageAdminUITest.
Class
- ResponsiveImageAdminUITest
- Thoroughly test the administrative interface of the Responsive Image module.
Namespace
Drupal\responsive_image\TestsCode
protected function setUp() {
parent::setUp();
$this
->drupalLogin($this
->drupalCreateUser([
'administer responsive images',
]));
}