diff --git a/test/classes/controllers/ServerPluginsControllerTest.php b/test/classes/controllers/ServerPluginsControllerTest.php index df51710078..6d0802463d 100644 --- a/test/classes/controllers/ServerPluginsControllerTest.php +++ b/test/classes/controllers/ServerPluginsControllerTest.php @@ -62,7 +62,7 @@ class ServerPluginsControllerTest extends PHPUnit_Framework_TestCase public function testPMAGetPluginAndModuleInfo() { //Mock DBI - $dbi = $this->getMockBuilder('PMA_DatabaseInterface') + $dbi = $this->getMockBuilder('PMA\libraries\DatabaseInterface') ->disableOriginalConstructor() ->getMock(); $GLOBALS['dbi'] = $dbi;