From 458dfeb9bfdd79ae14f309c7cec69a568679c4e2 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Fri, 31 Aug 2012 20:45:53 +0530 Subject: [PATCH] Add missing package names --- test/classes/PMA_Theme_test.php | 2 ++ test/classes/PMA_Types_test.php | 2 ++ test/classes/_data/gen_version_info/info.inc.php | 2 ++ test/classes/_data/incorrect_theme/info.inc.php | 2 ++ test/libraries/common/PMA_extractColumnSpec_test.php | 2 ++ test/test_data/config.inc.php | 2 ++ 6 files changed, 12 insertions(+) diff --git a/test/classes/PMA_Theme_test.php b/test/classes/PMA_Theme_test.php index 4570ce885f..d92911ff5f 100644 --- a/test/classes/PMA_Theme_test.php +++ b/test/classes/PMA_Theme_test.php @@ -12,6 +12,8 @@ require_once 'libraries/url_generating.lib.php'; /** * Test class for PMA_Theme. + * + * @package PhpMyAdmin-test */ class PMA_ThemeTest extends PHPUnit_Framework_TestCase { diff --git a/test/classes/PMA_Types_test.php b/test/classes/PMA_Types_test.php index 453fa1c04e..33d73bd2d7 100644 --- a/test/classes/PMA_Types_test.php +++ b/test/classes/PMA_Types_test.php @@ -13,6 +13,8 @@ require_once 'libraries/Types.class.php'; /** * Test class for PMA_Types. + * + * @package PhpMyAdmin-test */ class PMA_TypesTest extends PHPUnit_Framework_TestCase { diff --git a/test/classes/_data/gen_version_info/info.inc.php b/test/classes/_data/gen_version_info/info.inc.php index 4c0cf6329e..966b429d8f 100644 --- a/test/classes/_data/gen_version_info/info.inc.php +++ b/test/classes/_data/gen_version_info/info.inc.php @@ -2,6 +2,8 @@ /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Full infrmation about theme, including $theme_generation and $theme_version + * + * @package PhpMyAdmin-test */ $theme_name = 'Test Theme'; $theme_generation = "2"; diff --git a/test/classes/_data/incorrect_theme/info.inc.php b/test/classes/_data/incorrect_theme/info.inc.php index 333d9c2532..db9adf8584 100644 --- a/test/classes/_data/incorrect_theme/info.inc.php +++ b/test/classes/_data/incorrect_theme/info.inc.php @@ -3,6 +3,8 @@ /** * Incorrect theme information file. * Full name is not specified + * + * @package PhpMyAdmin-test */ $theme_full_version = '1.0'; diff --git a/test/libraries/common/PMA_extractColumnSpec_test.php b/test/libraries/common/PMA_extractColumnSpec_test.php index f0d483f226..120c2a46d3 100644 --- a/test/libraries/common/PMA_extractColumnSpec_test.php +++ b/test/libraries/common/PMA_extractColumnSpec_test.php @@ -14,6 +14,8 @@ require_once 'libraries/CommonFunctions.class.php'; /** * Test for PMA_CommonFunctions::extractColumnSpec function. + * + * @package PhpMyAdmin-test */ class PMA_extractColumnSpec_test extends PHPUnit_Framework_TestCase { diff --git a/test/test_data/config.inc.php b/test/test_data/config.inc.php index 86e6f6958b..6282c69015 100644 --- a/test/test_data/config.inc.php +++ b/test/test_data/config.inc.php @@ -1,6 +1,8 @@