Source

						public function testAutoHandler() {
		$result = MockDispatcher::run(new Request(array('url' => '/auto')));
		$this->assertEqual(array('location: /redirect'), $result->headers());
	}