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 dfbc2c0 commit a867d0fCopy full SHA for a867d0f
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