Skip to content

Commit

Permalink
Fix in previous change. It wasn't that function :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
TomFromPoland committed Aug 26, 2011
1 parent 64dc25f commit 3302141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Http/CookieTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function testNewCookie() {
//Case C
$this->assertEquals($hourFromNow, $c1->getExpires());
//Case D
$this->assertLessThanOrEqual($hourFromNow, $c2->getExpires());
$this->assertGreaterThanOrEqual($hourFromNow, $c2->getExpires());
//Case E
$this->assertEquals('/foo', $c1->getPath());
//Case F
Expand Down

0 comments on commit 3302141

Please sign in to comment.