$param was not being used in mockResponse()

There was a parameter ($param) not being used in the mockResponse() method.
This commit is contained in:
Vinicius Dias 2017-01-09 10:04:00 -02:00 committed by GitHub
parent b40e9c13f2
commit 410fa2a85b

View File

@ -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();