protected function AllowToolbarPathTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 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\PageCacheCode
protected function setUp() : void {
$this->policy = new AllowToolbarPath();
}