File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ public function testCookiesAreCreatedWithProperOptions()
2525 $ this ->assertEquals ('/path ' , $ c ->getPath ());
2626
2727 $ c2 = $ cookie ->forever ('color ' , 'blue ' );
28- $ value = $ cookie ->getEncrypter ()->decrypt ($ c ->getValue ());
28+ $ value = $ cookie ->getEncrypter ()->decrypt ($ c2 ->getValue ());
2929 $ this ->assertEquals ('blue ' , $ value );
30- $ this ->assertFalse ($ c ->isHttpOnly ());
31- $ this ->assertTrue ($ c ->isSecure ());
32- $ this ->assertEquals ('/domain ' , $ c ->getDomain ());
33- $ this ->assertEquals ('/path ' , $ c ->getPath ());
30+ $ this ->assertFalse ($ c2 ->isHttpOnly ());
31+ $ this ->assertTrue ($ c2 ->isSecure ());
32+ $ this ->assertEquals ('/domain ' , $ c2 ->getDomain ());
33+ $ this ->assertEquals ('/path ' , $ c2 ->getPath ());
3434 }
3535
3636
@@ -60,4 +60,4 @@ public function getCreator()
6060 ));
6161 }
6262
63- }
63+ }
You can’t perform that action at this time.
0 commit comments