Same name and namespace in other branches
  1. 8.9.x core/tests/Drupal/Tests/Component/Datetime/TimeTest.php \Drupal\Tests\Component\Datetime\TimeTest::setUp()
  2. 9 core/tests/Drupal/Tests/Component/Datetime/TimeTest.php \Drupal\Tests\Component\Datetime\TimeTest::setUp()

File

core/tests/Drupal/Tests/Component/Datetime/TimeTest.php, line 39

Class

TimeTest
@coversDefaultClass \Drupal\Component\Datetime\Time @group Datetime

Namespace

Drupal\Tests\Component\Datetime

Code

protected function setUp() : void {
  parent::setUp();
  $this->requestStack = $this
    ->getMockBuilder('Symfony\\Component\\HttpFoundation\\RequestStack')
    ->getMock();
  $this->time = new Time($this->requestStack);
}