You are here

function time in Zircon Profile 8.0

Same name in this branch
  1. 8.0 vendor/symfony/http-foundation/Tests/ClockMock.php \Symfony\Component\HttpFoundation\time()
  2. 8.0 vendor/symfony/console/Tests/ClockMock.php \Symfony\Component\Console\Helper\time()
Same name and namespace in other branches
  1. 8 vendor/symfony/http-foundation/Tests/ClockMock.php \Symfony\Component\HttpFoundation\time()
24 string references to 'time'
CacheTest::testCacheData in core/modules/views/src/Tests/Plugin/CacheTest.php
Tests the data contained in cached items.
CacheTest::testHeaderStorage in core/modules/views/src/Tests/Plugin/CacheTest.php
Tests css/js storage and restoring mechanism.
CacheTest::testTimeResultCaching in core/modules/views/src/Tests/Plugin/CacheTest.php
Tests time based caching.
CacheTest::testTimeResultCachingWithFilter in core/modules/views/src/Tests/Plugin/CacheTest.php
Tests result caching with filters.
CacheTest::testTimeResultCachingWithPager in core/modules/views/src/Tests/Plugin/CacheTest.php
Tests result caching with a pager.

... See full list

File

vendor/symfony/http-foundation/Tests/ClockMock.php, line 14

Namespace

Symfony\Component\HttpFoundation

Code

function time() {
  return Tests\time();
}