You are here

protected function AllowToolbarPathTest::setUp in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/toolbar/tests/src/Unit/PageCache/AllowToolbarPathTest.php \Drupal\Tests\toolbar\Unit\PageCache\AllowToolbarPathTest::setUp()

Overrides UnitTestCase::setUp

File

core/modules/toolbar/tests/src/Unit/PageCache/AllowToolbarPathTest.php, line 23

Class

AllowToolbarPathTest
@coversDefaultClass \Drupal\toolbar\PageCache\AllowToolbarPath @group toolbar

Namespace

Drupal\Tests\toolbar\Unit\PageCache

Code

protected function setUp() {
  $this->policy = new AllowToolbarPath();
}