public function AllowToolbarPathTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 28 - Contains \Drupal\Tests\toolbar\Unit\PageCache\AllowToolbarPathTest.
Class
- AllowToolbarPathTest
- @coversDefaultClass \Drupal\toolbar\PageCache\AllowToolbarPath @group toolbar
Namespace
Drupal\Tests\toolbar\Unit\PageCacheCode
public function setUp() {
$this->policy = new AllowToolbarPath();
}