Source

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