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