Extends
lithium\test\UnitSource
public function testNoConfigurations() {
Auth::reset();
$this->assertIdentical(array(), Auth::config());
$this->expectException("Configuration `user` has not been defined.");
Auth::check('user');
}
public function testNoConfigurations() {
Auth::reset();
$this->assertIdentical(array(), Auth::config());
$this->expectException("Configuration `user` has not been defined.");
Auth::check('user');
}