protected function InstallationTest::setUp in Video Embed Field 8
Same name and namespace in other branches
- 8.2 tests/src/Functional/InstallationTest.php \Drupal\Tests\video_embed_field\Functional\InstallationTest::setUp()
Overrides BrowserTestBase::setUp
File
- tests/
src/ Functional/ InstallationTest.php, line 19
Class
- InstallationTest
- Test the modules install and uninstall cleanly.
Namespace
Drupal\Tests\video_embed_field\FunctionalCode
protected function setUp() {
parent::setUp();
$this
->drupalLogin($this
->createAdminUser());
}