File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public function testUserChangeClearsCookie()
33
33
$ this ->assertNotNull ($ cookieJar ->get ('REMEMBERME ' ));
34
34
35
35
$ client ->request ('GET ' , '/foo ' );
36
- $ this ->assertSame ( 200 , $ client ->getResponse ()-> getStatusCode () );
36
+ $ this ->assertRedirect ( $ client ->getResponse (), ' /login ' );
37
37
$ this ->assertNull ($ cookieJar ->get ('REMEMBERME ' ));
38
38
}
39
39
}
Original file line number Diff line number Diff line change 19
19
"php" : " ^5.5.9|>=7.0.8" ,
20
20
"ext-xml" : " *" ,
21
21
"symfony/config" : " ~3.4|~4.0" ,
22
- "symfony/security" : " ~3.4.36 |~4.3.9 |^4.4.1 " ,
22
+ "symfony/security" : " ~3.4.37 |~4.3.10 |^4.4.3 " ,
23
23
"symfony/dependency-injection" : " ^3.4.3|^4.0.3" ,
24
24
"symfony/http-kernel" : " ~3.4|~4.0" ,
25
25
"symfony/polyfill-php70" : " ~1.0"
You can’t perform that action at this time.
0 commit comments