PHP Класс spec\Sylius\Bundle\UiBundle\Controller\SecurityControllerSpec

Автор: Paweł Jędrzejewski ([email protected])
Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

Открытые методы

Метод Описание
it_is_initializable ( )
it_renders_login_form ( Request $request, Symfony\Component\HttpFoundation\ParameterBag $requestAttributes, Symfony\Component\Security\Http\Authentication\AuthenticationUtils $authenticationUtils, Symfony\Component\Form\FormFactoryInterface $formFactory, Form $form, Symfony\Component\Form\FormView $formView, Symfony\Bundle\FrameworkBundle\Templating\EngineInterface $templatingEngine, Response $response )
it_throws_an_exception_when_check_action_is_accessed ( Request $request )
it_throws_an_exception_when_logout_action_is_accessed ( Request $request )
let ( Symfony\Component\Security\Http\Authentication\AuthenticationUtils $authenticationUtils, Symfony\Component\Form\FormFactoryInterface $formFactory, Symfony\Bundle\FrameworkBundle\Templating\EngineInterface $templatingEngine )

Описание методов

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

public it_is_initializable ( )

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

public it_renders_login_form ( Request $request, Symfony\Component\HttpFoundation\ParameterBag $requestAttributes, Symfony\Component\Security\Http\Authentication\AuthenticationUtils $authenticationUtils, Symfony\Component\Form\FormFactoryInterface $formFactory, Form $form, Symfony\Component\Form\FormView $formView, Symfony\Bundle\FrameworkBundle\Templating\EngineInterface $templatingEngine, Response $response )
$request Symfony\Component\HttpFoundation\Request
$requestAttributes Symfony\Component\HttpFoundation\ParameterBag
$authenticationUtils Symfony\Component\Security\Http\Authentication\AuthenticationUtils
$formFactory Symfony\Component\Form\FormFactoryInterface
$form Symfony\Component\Form\Form
$formView Symfony\Component\Form\FormView
$templatingEngine Symfony\Bundle\FrameworkBundle\Templating\EngineInterface
$response Symfony\Component\HttpFoundation\Response

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

public it_throws_an_exception_when_check_action_is_accessed ( Request $request )
$request Symfony\Component\HttpFoundation\Request

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

public it_throws_an_exception_when_logout_action_is_accessed ( Request $request )
$request Symfony\Component\HttpFoundation\Request

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

public let ( Symfony\Component\Security\Http\Authentication\AuthenticationUtils $authenticationUtils, Symfony\Component\Form\FormFactoryInterface $formFactory, Symfony\Bundle\FrameworkBundle\Templating\EngineInterface $templatingEngine )
$authenticationUtils Symfony\Component\Security\Http\Authentication\AuthenticationUtils
$formFactory Symfony\Component\Form\FormFactoryInterface
$templatingEngine Symfony\Bundle\FrameworkBundle\Templating\EngineInterface