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/libraries/PMA_Tracker_test.php')
-rw-r--r--test/libraries/PMA_Tracker_test.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/libraries/PMA_Tracker_test.php b/test/libraries/PMA_Tracker_test.php
index ce9e15dafe..69332586ca 100644
--- a/test/libraries/PMA_Tracker_test.php
+++ b/test/libraries/PMA_Tracker_test.php
@@ -45,6 +45,7 @@ class PMA_Tracker_Test extends PHPUnit_Framework_TestCase
$GLOBALS['cfg']['DBG']['sql'] = false;
$_SESSION['relation'][$GLOBALS['server']] = array(
+ 'PMA_VERSION' => PMA_VERSION,
'db' => 'pmadb',
'tracking' => 'tracking'
);
@@ -107,6 +108,7 @@ class PMA_Tracker_Test extends PHPUnit_Framework_TestCase
PMA_Tracker::enable();
$_SESSION['relation'][$GLOBALS['server']] = array(
+ 'PMA_VERSION' => PMA_VERSION,
'trackingwork' => false
);
@@ -115,6 +117,7 @@ class PMA_Tracker_Test extends PHPUnit_Framework_TestCase
);
$_SESSION['relation'][$GLOBALS['server']] = array(
+ 'PMA_VERSION' => PMA_VERSION,
'trackingwork' => true,
'db' => 'pmadb',
'tracking' => 'tracking'
@@ -180,6 +183,7 @@ class PMA_Tracker_Test extends PHPUnit_Framework_TestCase
PMA_Tracker::enable();
+ $_SESSION['relation'][$GLOBALS['server']]['PMA_VERSION'] = PMA_VERSION;
$_SESSION['relation'][$GLOBALS['server']]['trackingwork'] = false;
$this->assertFalse(