Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/classes/controllers/ServerBinlogControllerTest.php')
-rw-r--r--test/classes/controllers/ServerBinlogControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/classes/controllers/ServerBinlogControllerTest.php b/test/classes/controllers/ServerBinlogControllerTest.php
index a43df3a6a8..9e2eb3416f 100644
--- a/test/classes/controllers/ServerBinlogControllerTest.php
+++ b/test/classes/controllers/ServerBinlogControllerTest.php
@@ -55,7 +55,7 @@ class ServerBinlogControllerTest extends PMATestCase
$binary_log_file_names[] = array("Log_name"=>"index2", "File_size"=>200);
//Mock DBI
- $dbi = $this->getMockBuilder('PMA\libraries\DatabaseInterface')
+ $dbi = $this->getMockBuilder('PhpMyAdmin\DatabaseInterface')
->disableOriginalConstructor()
->getMock();
$dbi->expects($this->once())->method('fetchResult')