X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FFauxRequest.php;h=9337270303bde72d8d59f3f11722b2b1744627a5;hb=efbfa0a727a196e63a2b71f0a82f09150c2be354;hp=ecbc6e337345e7dc23194c70671b0c925b84860d;hpb=f506a05aaa035b96537b33244b0f18b093048e97;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/FauxRequest.php b/includes/FauxRequest.php index ecbc6e3373..9337270303 100644 --- a/includes/FauxRequest.php +++ b/includes/FauxRequest.php @@ -86,13 +86,6 @@ class FauxRequest extends WebRequest { return (string)$this->getVal( $name, $default ); } - /** - * @return array - */ - public function getValues() { - return $this->data; - } - /** * @return array */