File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/TestCase/Controller/Traits/Integration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public function testLoginGetRequestNoSocialLogin()
77
77
$ this ->assertResponseContains ('<form method="post" accept-charset="utf-8" action="/login"> ' );
78
78
$ this ->assertResponseContains ('<legend>Please enter your username and password</legend> ' );
79
79
$ this ->assertResponseContains ('<input type="text" name="username" required="required" id="username" aria-required="true"/> ' );
80
- $ this ->assertResponseContains ('input type="password" name="password" required="required" id="password" aria-required="true"/> ' );
80
+ $ this ->assertResponseContains ('< input type="password" name="password" required="required" id="password" aria-required="true"/> ' );
81
81
$ this ->assertResponseContains ('<input type="checkbox" name="remember_me" value="1" checked="checked" id="remember-me"> ' );
82
82
$ this ->assertResponseContains ('<button type="submit">Login</button> ' );
83
83
$ this ->assertResponseContains ('<a href="/register">Register</a> ' );
@@ -103,7 +103,7 @@ public function testLoginGetRequest()
103
103
$ this ->assertResponseContains ('<form method="post" accept-charset="utf-8" action="/login"> ' );
104
104
$ this ->assertResponseContains ('<legend>Please enter your username and password</legend> ' );
105
105
$ this ->assertResponseContains ('<input type="text" name="username" required="required" id="username" aria-required="true"/> ' );
106
- $ this ->assertResponseContains ('input type="password" name="password" required="required" id="password" aria-required="true"/> ' );
106
+ $ this ->assertResponseContains ('< input type="password" name="password" required="required" id="password" aria-required="true"/> ' );
107
107
$ this ->assertResponseContains ('<input type="checkbox" name="remember_me" value="1" checked="checked" id="remember-me"> ' );
108
108
$ this ->assertResponseContains ('<button type="submit">Login</button> ' );
109
109
$ this ->assertResponseContains ('<a href="/register">Register</a> ' );
You can’t perform that action at this time.
0 commit comments