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
path: root/test
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2014-11-10 09:57:04 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2014-11-10 09:57:04 +0300
commitdfea0a4fa0a477f8d9c537670bd1a15d22a17898 (patch)
tree7dfc805e65bcc9940b2e897636a74c63be84c482 /test
parentda07378c3647cd6dabae2a3f18c99707e1a88acf (diff)
Fix footer test
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/classes/PMA_Footer_test.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/classes/PMA_Footer_test.php b/test/classes/PMA_Footer_test.php
index 9f9da85425..e8886f1afe 100644
--- a/test/classes/PMA_Footer_test.php
+++ b/test/classes/PMA_Footer_test.php
@@ -130,10 +130,7 @@ class PMA_Footer_Test extends PHPUnit_Framework_TestCase
$this->assertRegExp(
'/<div id="session_debug">2 queries executed 2 times in 2.7 seconds'
. '<pre>/',
- $this->_callPrivateFunction(
- '_getDebugMessage',
- array()
- )
+ $this->object->getDebugMessage()
);
}