function time

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/Component/Datetime/TimeTest.php \Drupal\Tests\Component\Datetime\time()
  2. 10 core/tests/Drupal/Tests/Component/Datetime/TimeTest.php \Drupal\Tests\Component\Datetime\time()
  3. 9 core/tests/Drupal/Tests/Component/Datetime/TimeTest.php \Drupal\Tests\Component\Datetime\time()
  4. 8.9.x core/tests/Drupal/Tests/Component/Datetime/TimeTest.php \Drupal\Tests\Component\Datetime\time()

Shadow time() system call.

Return value

int The fixed integer timestamp used for testing purposes.

32 string references to 'time'
ArgumentDefaultTest::testArgumentDefaultCacheability in core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php
Tests the cacheability of the date argument default.
CacheTest::testCacheData in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests the data contained in cached items.
CacheTest::testHeaderStorage in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests css/js storage and restoring mechanism.
CacheTest::testTimeResultCaching in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests time based caching.
CacheTest::testTimeResultCachingWithFilter in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests result caching with filters.

... See full list

File

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

Namespace

Drupal\Tests\Component\Datetime

Code

function time() : int {
  return 12345678;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.