PHP Class spec\Sylius\Bundle\UiBundle\Controller\SecurityControllerSpec

Author: Paweł Jędrzejewski ([email protected])
Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: sylius/sylius

Public Methods

Method Description
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 )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_renders_login_form() public method

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 method

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 method

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

let() public method

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