Source

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