You are here

public function StaleResource::isFresh in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/translation/Tests/TranslatorCacheTest.php \Symfony\Component\Translation\Tests\StaleResource::isFresh()

File

vendor/symfony/translation/Tests/TranslatorCacheTest.php, line 286

Class

StaleResource

Namespace

Symfony\Component\Translation\Tests

Code

public function isFresh($timestamp) {
  return false;
}