Source

						public function testSessionStateReset() {
		Session::reset();
		$this->assertFalse(Session::isStarted());
	}