Ojs\AdminBundle\Tests\Controller\AdminUserControllerTest::testChangePassword PHP Method

testChangePassword() public method

public testChangePassword ( )
    public function testChangePassword()
    {
        $this->logIn();
        $client = $this->client;
        $client->request('GET', '/admin/user/1/password');
        $this->assertStatusCode(200, $client);
    }