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/TransformationsTest.php')
-rw-r--r--test/classes/TransformationsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/classes/TransformationsTest.php b/test/classes/TransformationsTest.php
index bf033a6fad..9f687b27de 100644
--- a/test/classes/TransformationsTest.php
+++ b/test/classes/TransformationsTest.php
@@ -214,7 +214,7 @@ class TransformationsTest extends PHPUnit_Framework_TestCase
public function testClear()
{
// Mock dbi
- $dbi = $this->getMockBuilder('PMA\libraries\DatabaseInterface')
+ $dbi = $this->getMockBuilder('PhpMyAdmin\DatabaseInterface')
->disableOriginalConstructor()
->getMock();
$dbi->expects($this->any())