public function EnvParametersResourceTest::testIsFreshNotChanged in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
Namespace
Symfony\Component\HttpKernel\Tests\ConfigCode
public function testIsFreshNotChanged() {
$this
->assertTrue($this->resource
->isFresh(time()), '->isFresh() returns true if the variables have not changed');
}