spec\Newscoop\GimmeBundle\Controller\UserTopicsControllerSpec::its_linkToUserAction_and_unlinkFromUserAction_should_throw_exception_when_user_not_found PHP Метод

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

    public function its_linkToUserAction_and_unlinkFromUserAction_should_throw_exception_when_user_not_found($request)
    {
        $this->shouldThrow('Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException')->during('linkToUserAction', array($request, 1));
        $this->shouldThrow('Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException')->during('unlinkFromUserAction', array($request, 1));
    }