Skip to content

Commit

Permalink
Removed comments and requirements relative to php <5.5 (not supported…
Browse files Browse the repository at this point in the history
… anymore)
  • Loading branch information
lyrixx committed Jun 30, 2020
1 parent b454f04 commit 3f65b22
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Tests/CookieTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ public function testConstructorWithDateTime()
$this->assertEquals($expire->format('U'), $cookie->getExpiresTime(), '->getExpiresTime() returns the expire date');
}

/**
* @requires PHP 5.5
*/
public function testConstructorWithDateTimeImmutable()
{
$expire = new \DateTimeImmutable();
Expand Down

0 comments on commit 3f65b22

Please sign in to comment.