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