protected function YoastSeoTest::setUp in Real-time SEO for Drupal 8
Sets the test up.
Overrides BrowserTestBase::setUp
File
- src/
Tests/ YoastSeoTest.php, line 59
Class
- YoastSeoTest
- Ensures that the Yoast Seo works correctly.
Namespace
Drupal\yoast_seo\TestsCode
protected function setUp() {
parent::setUp();
$this->adminUser = $this
->drupalCreateUser($this->permissions);
$this->entityManager = \Drupal::service('entity_type.manager');
}