instance = new \OC\Session\Memory($this->getUniqueID()); } public function testThrowsExceptionOnGetId() { $this->expectException(\OCP\Session\Exceptions\SessionNotAvailableException::class); $this->instance->getId(); } }