function MockSessionTrait::getSessionStore

Helper for mocks.

File

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

Class

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

Namespace

Drupal\Tests\stream_wrapper_example\Traits

Code

public function getSessionStore() {
  return $this->sessionStore;
}