You are here

protected function CartSettingsTest::setUp in Ubercart 8.4

Overrides UbercartBrowserTestBase::setUp

File

uc_cart/tests/src/Functional/CartSettingsTest.php, line 23

Class

CartSettingsTest
Tests the cart settings page.

Namespace

Drupal\Tests\uc_cart\Functional

Code

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

  // Need system_breadcrumb_block because we test breadcrumbs.
  $this
    ->drupalPlaceBlock('system_breadcrumb_block');

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