You are here

protected function CookieTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-foundation/Tests/CookieTest.php \Symfony\Component\HttpFoundation\Tests\CookieTest::setUp()

File

vendor/symfony/http-foundation/Tests/CookieTest.php, line 26

Class

CookieTest
CookieTest.

Namespace

Symfony\Component\HttpFoundation\Tests

Code

protected function setUp() {
  with_clock_mock(true);
}