Skip to content

Commit

Permalink
Merge pull request #12882 from CViniciusSDias/patch-1
Browse files Browse the repository at this point in the history
$param was not being used in mockResponse()
  • Loading branch information
nijel committed Jan 18, 2017
2 parents a4a262c + 410fa2a commit 9b490f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/PMATestCase.php
Expand Up @@ -27,7 +27,7 @@ public static function setUpBeforeClass()
*
* @return void
*/
public function mockResponse($param)
public function mockResponse()
{
$this->restoreInstance = PMA\libraries\Response::getInstance();

Expand Down

0 comments on commit 9b490f7

Please sign in to comment.