Skip to content

Commit b1178cb

Browse files
committed
Fix Profile Test
1 parent 068a0d3 commit b1178cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ProfileControllerTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class ProfileControllerTest extends WebTestCase
88
{
99
/**
10-
* @test
10+
* @test
1111
* @return void
1212
* @throws \Exception
1313
*/
@@ -20,7 +20,7 @@ public function a_logged_in_user_can_see_profile_page(){
2020

2121
$client->loginUser($testUser);
2222

23-
$crawler = $client->request('GET', '/app/password/change');
23+
$crawler = $client->request('GET', '/app/profile');
2424
$this->assertResponseIsSuccessful();
2525
}
2626
}

0 commit comments

Comments
 (0)