Add missing package names

This commit is contained in:
Madhura Jayaratne 2012-08-31 20:45:53 +05:30
parent 0a21c865e2
commit 458dfeb9bf
6 changed files with 12 additions and 0 deletions

View File

@ -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
{

View File

@ -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
{

View File

@ -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";

View File

@ -3,6 +3,8 @@
/**
* Incorrect theme information file.
* Full name is not specified
*
* @package PhpMyAdmin-test
*/
$theme_full_version = '1.0';

View File

@ -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
{

View File

@ -1,6 +1,8 @@
<?php
/**
* Minimal config file for test
*
* @package PhpMyAdmin-test
*/
$i = 0;