Remove unused private methods in FauxRequest
Change-Id: I49a0a8ced0819eeef3ff404fc14b0b90c36b0922
This commit is contained in:
parent
e2794b8d36
commit
578a0c082f
1 changed files with 0 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue