function MockSessionTrait::setSessionStore
Helper for our mocks.
File
-
modules/
stream_wrapper_example/ tests/ src/ Traits/ MockSessionTrait.php, line 93
Class
- MockSessionTrait
- A trait to expose a mock session type to PHPUnit tests.
Namespace
Drupal\Tests\stream_wrapper_example\TraitsCode
public function setSessionStore($data) {
$this->sessionStore = $data;
}