Remove unused private methods in FauxRequest

Change-Id: I49a0a8ced0819eeef3ff404fc14b0b90c36b0922
This commit is contained in:
jeroendedauw 2015-09-07 21:22:23 +02:00 committed by Umherirrender
parent e2794b8d36
commit 578a0c082f

View file

@ -1324,14 +1324,6 @@ class FauxRequest extends WebRequest {
$this->protocol = $protocol;
}
/**
* @param string $method
* @throws MWException
*/
private function notImplemented( $method ) {
throw new MWException( "{$method}() not implemented" );
}
/**
* @param string $name
* @param string $default
@ -1425,10 +1417,6 @@ class FauxRequest extends WebRequest {
return $this->protocol;
}
private function initHeaders() {
return;
}
/**
* @param string $name
* @param string $val