MockSessionTrait::$sessionStore

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

Type: array

File

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

Class

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

Namespace

Drupal\Tests\stream_wrapper_example\Traits

Code

protected $sessionStore;