Eccube\Tests\Web\Admin\IndexControllerTest::testRoutingAdminChangePassword PHP Method

testRoutingAdminChangePassword() public method

    public function testRoutingAdminChangePassword()
    {
        $this->client->request('GET', $this->app['url_generator']->generate('admin_change_password'));
        $this->assertTrue($this->client->getResponse()->isSuccessful());
    }