Source

						public function testCall() {
		$result = MockDispatcher::run(new Request(array('url' => '/call')));
		$this->assertEqual('Working', $result->body);
	}