File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
"jenssegers/agent" : " ^2.6"
26
26
},
27
27
"require-dev" : {
28
- "orchestra/database" : " ~3.8 | ~4.0" ,
29
- "orchestra/testbench" : " ~3.8 | ~4.0" ,
28
+ "orchestra/database" : " ~3.8 | ~4.0 | ~5.0 " ,
29
+ "orchestra/testbench" : " ~3.8 | ~4.0 | ~5.0 " ,
30
30
"phpunit/phpunit" : " ~8.0" ,
31
31
"squizlabs/php_codesniffer" : " ^3.0" ,
32
32
"mockery/mockery" : " ^1.0"
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ public function testSetCookiePolicy(): void
72
72
$ ch = $ this ->app ->make (CookieHelper::class);
73
73
$ ch ->setCookiePolicy ();
74
74
75
- $ this ->assertFalse ($ this ->app ['config ' ]->get ('session.secure ' ));
76
- $ this ->assertNull ( $ this ->app ['config ' ]->get ('session.same_site ' ));
75
+ $ this ->assertNotTrue ($ this ->app ['config ' ]->get ('session.secure ' ));
76
+ $ this ->assertNotEquals ( ' none ' , $ this ->app ['config ' ]->get ('session.same_site ' ));
77
77
78
78
// Compatible check
79
79
$ _SERVER ['HTTP_USER_AGENT ' ] = $ this ->compatibleUserAgents [0 ];
You can’t perform that action at this time.
0 commit comments