From 95dc7c7ed048afe78aa085e0c4f71b5cf02655d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 24 Nov 2008 10:13:57 +0000 Subject: [PATCH] Convert some comments to phpdoc. --- test/AllTests.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/AllTests.php b/test/AllTests.php index 8c2cf9c9d..f2a8eccbc 100644 --- a/test/AllTests.php +++ b/test/AllTests.php @@ -15,7 +15,9 @@ if (! defined('PMA_MAIN_METHOD')) { chdir('..'); } -// required to not die() in some libraries +/** + * required to not die() in some libraries + */ define('PHPMYADMIN', true); /** @@ -37,6 +39,10 @@ require_once './test/PMA_generateCommonUrl_test.php'; require_once './test/PMA_blowfish_test.php'; require_once './test/PMA_escapeMySqlWildcards_test.php'; +/** + * Class to run all tests. + * @package phpMyAdmin-test + */ class AllTests { public static function main()