making method non-static
This commit is contained in:
parent
0f3b55c81a
commit
149916cbda
@ -28,7 +28,7 @@ class PMATestCase extends PHPUnit_Framework_TestCase
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public static function mockResponse($param)
|
||||
public function mockResponse($param)
|
||||
{
|
||||
$restoreInstance = PMA\libraries\Response::getInstance();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user