Extends
lithium\test\UnitSource
public function testSessionStateResetNamed() {
Session::reset();
$this->expectException("Configuration `default` has not been defined.");
$this->assertFalse(Session::isStarted('default'));
}
public function testSessionStateResetNamed() {
Session::reset();
$this->expectException("Configuration `default` has not been defined.");
$this->assertFalse(Session::isStarted('default'));
}