function AllowToolbarPathTest::setUp

Overrides UnitTestCase::setUp

File

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

Class

AllowToolbarPathTest
Tests Drupal\toolbar\PageCache\AllowToolbarPath.

Namespace

Drupal\Tests\toolbar\Unit\PageCache

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.