$param was not being used in mockResponse()
There was a parameter ($param) not being used in the mockResponse() method.
This commit is contained in:
parent
b40e9c13f2
commit
410fa2a85b
@ -27,7 +27,7 @@ class PMATestCase extends PHPUnit_Framework_TestCase
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function mockResponse($param)
|
||||
public function mockResponse()
|
||||
{
|
||||
$this->restoreInstance = PMA\libraries\Response::getInstance();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user