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:
authorMarc Delisle <marc@infomarc.info>2008-10-31 00:22:00 +0300
committerMarc Delisle <marc@infomarc.info>2008-10-31 00:22:00 +0300
commit32d250a9f8bc098ee591e78211eba88d39e11c9b (patch)
tree6d0006f5508e2533f501797d13ef561a429aa156 /test
parent600a2ca21bc8b40742fd0a919a6b06a477548647 (diff)
added a define() to enable running of test/AllTests.php, thanks to Sebastian Mendel
Diffstat (limited to 'test')
-rw-r--r--test/AllTests.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/AllTests.php b/test/AllTests.php
index 2e5ae25804..04ab60e3b7 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);
+
/**
*
*/