/** * @test */ public function isStartedReturnsFalseByDefault() { $session = new Session(); $this->assertFalse($session->isStarted()); }