You are here

protected property MockSessionTrait::$sessionStore in Examples for Developers 8

Same name and namespace in other branches
  1. 3.x modules/stream_wrapper_example/tests/src/Traits/MockSessionTrait.php \Drupal\Tests\stream_wrapper_example\Traits\MockSessionTrait::sessionStore

We'll use this array to back our mock session.

Type: array

File

stream_wrapper_example/tests/src/Traits/MockSessionTrait.php, line 21

Class

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

Namespace

Drupal\Tests\stream_wrapper_example\Traits

Code

protected $sessionStore;