Merge pull request #12882 from CViniciusSDias/patch-1

$param was not being used in mockResponse()
This commit is contained in:
Michal Čihař 2017-01-18 10:02:27 +01:00 committed by GitHub
commit 9b490f797f

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