You are here

public function EnvParametersResourceTest::testIsFreshNotChanged in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-kernel/Tests/Config/EnvParametersResourceTest.php \Symfony\Component\HttpKernel\Tests\Config\EnvParametersResourceTest::testIsFreshNotChanged()

File

vendor/symfony/http-kernel/Tests/Config/EnvParametersResourceTest.php, line 62

Class

EnvParametersResourceTest

Namespace

Symfony\Component\HttpKernel\Tests\Config

Code

public function testIsFreshNotChanged() {
  $this
    ->assertTrue($this->resource
    ->isFresh(time()), '->isFresh() returns true if the variables have not changed');
}