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>2015-07-17 09:02:42 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-07-17 09:02:42 +0300
commit3afd40a490842b56b25cff1cf4a663f9a5a5844f (patch)
tree0ccd8ebd5eef9a3a08938d4b4fb4cdf04733bf6c /test
parent06ee23ed2635480f0bb4b84e512a76567b4b484e (diff)
Couple of more missing PMA_VERSION
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/libraries/PMA_PMD_common_test.php1
-rw-r--r--test/libraries/PMA_designer_test.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/libraries/PMA_PMD_common_test.php b/test/libraries/PMA_PMD_common_test.php
index 04a3fb36ef..3091403d5c 100644
--- a/test/libraries/PMA_PMD_common_test.php
+++ b/test/libraries/PMA_PMD_common_test.php
@@ -29,6 +29,7 @@ class PMA_PMD_CommonTest extends PHPUnit_Framework_TestCase
$_SESSION = array(
'relation' => array(
'1' => array(
+ 'PMA_VERSION' => PMA_VERSION,
'db' => 'pmadb',
'pdf_pages' => 'pdf_pages',
'pdfwork' => true,
diff --git a/test/libraries/PMA_designer_test.php b/test/libraries/PMA_designer_test.php
index caf5f485c9..29552dc7b4 100644
--- a/test/libraries/PMA_designer_test.php
+++ b/test/libraries/PMA_designer_test.php
@@ -38,6 +38,7 @@ class PMA_DesginerTest extends PHPUnit_Framework_TestCase
$_SESSION = array(
'relation' => array(
'1' => array(
+ 'PMA_VERSION' => PMA_VERSION,
'db' => 'pmadb',
'pdf_pages' => 'pdf_pages',
'pdfwork' => true