protected function ResponseTest::createDateTimeNow

1 call to ResponseTest::createDateTimeNow()
ResponseTest::testGetDate in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php, line 571

Class

ResponseTest

Namespace

Symfony\Component\HttpFoundation\Tests

Code

protected function createDateTimeNow() {
  return new \DateTime();
}