MockSessionTrait::$requestStack

A representation of the HTTP request.

Type: \Symfony\Component\HttpFoundation\RequestStack|\Prophecy\Prophecy\ProphecyInterface

File

modules/stream_wrapper_example/tests/src/Traits/MockSessionTrait.php, line 31

Class

MockSessionTrait
A trait to expose a mock session type to PHPUnit tests.

Namespace

Drupal\Tests\stream_wrapper_example\Traits

Code

protected $requestStack;