X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FFauxRequest.php;h=9337270303bde72d8d59f3f11722b2b1744627a5;hb=56f171b9586f56bd4f9eb4b0bd25859d56561c1e;hp=ecbc6e337345e7dc23194c70671b0c925b84860d;hpb=bdc88d57e7e10b2554d7cbcf3914113a44c81719;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 */