Extends
lithium\test\UnitSource
public function testRunWithNoRouting() {
$this->expectException('/Could not route request/');
MockDispatcher::run(new Request(array('url' => '/')));
}
public function testRunWithNoRouting() {
$this->expectException('/Could not route request/');
MockDispatcher::run(new Request(array('url' => '/')));
}