function time in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/http-foundation/Tests/ClockMock.php \Symfony\Component\HttpFoundation\time()
- 8 vendor/symfony/console/Tests/ClockMock.php \Symfony\Component\Console\Helper\time()
Same name and namespace in other branches
- 8.0 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.
File
- vendor/
symfony/ http-foundation/ Tests/ ClockMock.php, line 14
Namespace
Symfony\Component\HttpFoundationCode
function time() {
return Tests\time();
}