instance = new Memory(); } public function testThrowsExceptionOnGetId(): void { $this->expectException(SessionNotAvailableException::class); $this->instance->getId(); } }