Merge "Add .pipeline/ with dev image variant"
[lhc/web/wiklou.git] / includes / FauxRequest.php
index ecbc6e3..9337270 100644 (file)
@@ -86,13 +86,6 @@ class FauxRequest extends WebRequest {
                return (string)$this->getVal( $name, $default );
        }
 
-       /**
-        * @return array
-        */
-       public function getValues() {
-               return $this->data;
-       }
-
        /**
         * @return array
         */