From 8b00b9037238a1320e71a0063dcc9e271fdbda2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 17 Jul 2017 15:26:27 +0200 Subject: Remove last uses of PMA_MYSQL_INT_VERSION define MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is only kept as name in Advisor for now. Signed-off-by: Michal Čihař --- test/bootstrap-dist.php | 1 - 1 file changed, 1 deletion(-) (limited to 'test/bootstrap-dist.php') diff --git a/test/bootstrap-dist.php b/test/bootstrap-dist.php index 228259698a..9cdce458f9 100644 --- a/test/bootstrap-dist.php +++ b/test/bootstrap-dist.php @@ -27,7 +27,6 @@ set_include_path( // Setting constants for testing define('PHPMYADMIN', 1); define('TESTSUITE', 1); -define('PMA_MYSQL_INT_VERSION', 55000); // Selenium tests setup $test_defaults = array( -- cgit v1.2.3