You are here

protected function CatalogBreadcrumbTest::setUp in Ubercart 8.4

Overrides UbercartBrowserTestBase::setUp

File

uc_catalog/tests/src/Functional/CatalogBreadcrumbTest.php, line 15

Class

CatalogBreadcrumbTest
Tests for the Ubercart catalog breadcrumbs.

Namespace

Drupal\Tests\uc_catalog\Functional

Code

protected function setUp() {
  parent::setUp();
  $this
    ->drupalPlaceBlock('system_breadcrumb_block');
}