From 04a20d543556d0c1f44bd4857d605107783a207b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 28 Jan 2016 15:10:10 +0100 Subject: [PATCH] Fix syntax error in disabled test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/libraries/common/PMA_showMessage_test_disabled.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/libraries/common/PMA_showMessage_test_disabled.php b/test/libraries/common/PMA_showMessage_test_disabled.php index d29421779f..357a87d9ab 100644 --- a/test/libraries/common/PMA_showMessage_test_disabled.php +++ b/test/libraries/common/PMA_showMessage_test_disabled.php @@ -7,8 +7,6 @@ * @group common.lib-tests */ -const PMA_IS_WINDOWS = false; - /* * Include to test. */