You are here

protected function AttributeTest::setUp in Ubercart 8.4

Overrides UbercartBrowserTestBase::setUp

File

uc_attribute/tests/src/Functional/AttributeTest.php, line 31

Class

AttributeTest
Tests the product attribute API.

Namespace

Drupal\Tests\uc_attribute\Functional

Code

protected function setUp() {
  parent::setUp();

  // Need page_title_block because we test page titles.
  $this
    ->drupalPlaceBlock('page_title_block');
  $this
    ->drupalLogin($this->adminUser);
}