Add missing package names
This commit is contained in:
parent
0a21c865e2
commit
458dfeb9bf
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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";
|
||||
|
||||
@ -3,6 +3,8 @@
|
||||
/**
|
||||
* Incorrect theme information file.
|
||||
* Full name is not specified
|
||||
*
|
||||
* @package PhpMyAdmin-test
|
||||
*/
|
||||
|
||||
$theme_full_version = '1.0';
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* Minimal config file for test
|
||||
*
|
||||
* @package PhpMyAdmin-test
|
||||
*/
|
||||
$i = 0;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user