function SessionHelperTest::setUp
Overrides UnitTestCase::setUp
File
-
modules/
stream_wrapper_example/ tests/ src/ Unit/ SessionHelperTest.php, line 35
Class
- SessionHelperTest
- PHPUnit test for the SessionHelper session manipulation class.
Namespace
Drupal\Tests\stream_wrapper_example\UnitCode
protected function setUp() : void {
parent::setUp();
// Mock the session service.
$this->createSessionMock();
// Set up the example.
$helper = new SessionHelper($this->requestStack);
}