Skip to content

Commit 3f65b22

Browse files
committed
Removed comments and requirements relative to php <5.5 (not supported anymore)
1 parent b454f04 commit 3f65b22

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/CookieTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ public function testConstructorWithDateTime()
115115
$this->assertEquals($expire->format('U'), $cookie->getExpiresTime(), '->getExpiresTime() returns the expire date');
116116
}
117117

118-
/**
119-
* @requires PHP 5.5
120-
*/
121118
public function testConstructorWithDateTimeImmutable()
122119
{
123120
$expire = new \DateTimeImmutable();

0 commit comments

Comments
 (0)