8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb85b73 commit 828fd2dCopy full SHA for 828fd2d
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/SessionHandlerFactoryTest.php
@@ -72,6 +72,6 @@ public function testCreateRedisHandlerFromDsn()
72
73
$ttlProperty = $reflection->getProperty('ttl');
74
$ttlProperty->setAccessible(true);
75
- $this->assertSame('3600', $ttlProperty->getValue($handler));
+ $this->assertSame(3600, $ttlProperty->getValue($handler));
76
}
77
0 commit comments