From bfda20f58ed9ad3f44225e52cbc0f12642170280 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 30 Oct 2008 21:22:00 +0000 Subject: [PATCH] added a define() to enable running of test/AllTests.php, thanks to Sebastian Mendel --- test/AllTests.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/AllTests.php b/test/AllTests.php index 2e5ae2580..04ab60e3b 100644 --- a/test/AllTests.php +++ b/test/AllTests.php @@ -15,6 +15,9 @@ if (! defined('PMA_MAIN_METHOD')) { chdir('..'); } +// required to not die() in some libraries +define('PHPMYADMIN', true); + /** * */