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:
authorMichal Čihař <michal@cihar.com>2017-07-17 16:06:30 +0300
committerMichal Čihař <michal@cihar.com>2017-07-17 16:06:30 +0300
commite05d5f4bf4200b16d91d0df676eae6c998a48369 (patch)
treee7ac2798d2e882d2f59c6da9860624bff6ef1ad9 /test/bootstrap-dist.php
parent339d42ca5df924fc7b1fa44ac0bba4907487b974 (diff)
Remove PMA_MYSQL_STR_VERSION
Replace it by DatabaseInterface::getVersionString. Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'test/bootstrap-dist.php')
-rw-r--r--test/bootstrap-dist.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/bootstrap-dist.php b/test/bootstrap-dist.php
index 0af3d710da..228259698a 100644
--- a/test/bootstrap-dist.php
+++ b/test/bootstrap-dist.php
@@ -28,7 +28,6 @@ set_include_path(
define('PHPMYADMIN', 1);
define('TESTSUITE', 1);
define('PMA_MYSQL_INT_VERSION', 55000);
-define('PMA_MYSQL_STR_VERSION', '5.50.00');
// Selenium tests setup
$test_defaults = array(