Eccube\Tests\Web\Mypage\MypageControllerTest::testRoutingFavorite PHP Метод

testRoutingFavorite() публичный Метод

public testRoutingFavorite ( )
    public function testRoutingFavorite()
    {
        $this->logIn();
        $client = $this->client;
        $client->request('GET', $this->app->url('mypage_favorite'));
        $this->assertTrue($client->getResponse()->isSuccessful());
    }