function SessionHelperTest::setUp
Same name in other branches
- 3.x modules/stream_wrapper_example/tests/src/Unit/SessionHelperTest.php \Drupal\Tests\stream_wrapper_example\Unit\SessionHelperTest::setUp()
- 4.0.x modules/stream_wrapper_example/tests/src/Unit/SessionHelperTest.php \Drupal\Tests\stream_wrapper_example\Unit\SessionHelperTest::setUp()
File
-
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() {
parent::setUp();
// Mock the session service.
$this->createSessionMock();
// Set up the example.
$helper = new SessionHelper($this->requestStack);
}