RequestStackStub
extends RequestStack
in package
A stub for the request_stack service.
@package TestHelpers\DrupalServiceStubs
Table of Contents
Properties
- $isStubPushed : bool
- A flag to indicate that the request stub is still pushed by default.
Methods
- __construct() : mixed
- {@inheritdoc}
- push() : void
- {@inheritdoc}
Properties
$isStubPushed
A flag to indicate that the request stub is still pushed by default.
protected
bool
$isStubPushed
= FALSE
Methods
__construct()
{@inheritdoc}
public
__construct() : mixed
push()
{@inheritdoc}
public
push(Request $request) : void
Parameters
- $request : Request