From 410fa2a85bc16d2f6089b4c7cc61d261d0a9a8d5 Mon Sep 17 00:00:00 2001 From: Vinicius Dias Date: Mon, 9 Jan 2017 10:04:00 -0200 Subject: [PATCH] $param was not being used in mockResponse() There was a parameter ($param) not being used in the mockResponse() method. --- test/PMATestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/PMATestCase.php b/test/PMATestCase.php index d6f748eedc..418a635f47 100644 --- a/test/PMATestCase.php +++ b/test/PMATestCase.php @@ -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();