Skip to content

Commit 88a6d63

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Remove always-true requirement
2 parents e8fbbab + 4938b9f commit 88a6d63

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@ public function testGc()
122122
$this->proxy->gc(86400);
123123
}
124124

125-
/**
126-
* @requires PHPUnit 5.1
127-
*/
128125
public function testValidateId()
129126
{
130127
$mock = $this->createMock(TestSessionHandler::class);
@@ -137,9 +134,6 @@ public function testValidateId()
137134
$this->assertTrue($this->proxy->validateId('id'));
138135
}
139136

140-
/**
141-
* @requires PHPUnit 5.1
142-
*/
143137
public function testUpdateTimestamp()
144138
{
145139
$mock = $this->createMock(TestSessionHandler::class);

0 commit comments

Comments
 (0)