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 2ffb43b commit 4938b9fCopy full SHA for 4938b9f
Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php
@@ -122,9 +122,6 @@ public function testGc()
122
$this->proxy->gc(86400);
123
}
124
125
- /**
126
- * @requires PHPUnit 5.1
127
- */
128
public function testValidateId()
129
{
130
$mock = $this->createMock(TestSessionHandler::class);
@@ -137,9 +134,6 @@ public function testValidateId()
137
134
$this->assertTrue($this->proxy->validateId('id'));
138
135
139
136
140
141
142
143
public function testUpdateTimestamp()
144
145
0 commit comments