Rename test classes

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2015-10-15 20:57:27 +11:00
parent 418fe477c9
commit ab49273856
114 changed files with 114 additions and 114 deletions

View File

@ -21,7 +21,7 @@ use PMA\libraries\Theme;
*
* @package PhpMyAdmin-test
*/
class Advisor_Test extends PHPUnit_Framework_TestCase
class AdvisorTest extends PHPUnit_Framework_TestCase
{
/**

View File

@ -23,7 +23,7 @@ require_once 'libraries/php-gettext/gettext.inc';
*
* @package PhpMyAdmin-test
*/
class PMA_ConfigTest extends PHPUnit_Framework_TestCase
class ConfigTest extends PHPUnit_Framework_TestCase
{
/**
* Turn off backup globals

View File

@ -16,7 +16,7 @@ require_once 'libraries/dbi/DBIDummy.php';
*
* @package PhpMyAdmin-test
*/
class PMA_DatabaseInterface_Test extends PHPUnit_Framework_TestCase
class DatabaseInterfaceTest extends PHPUnit_Framework_TestCase
{
private $_dbi;

View File

@ -21,7 +21,7 @@ use PMA\libraries\DbQbe;
*
* @package PhpMyAdmin-test
*/
class PMA_DbQbe_Test extends PHPUnit_Framework_TestCase
class DbQbeTest extends PHPUnit_Framework_TestCase
{
/**
* @access protected

View File

@ -22,7 +22,7 @@ use PMA\libraries\Theme;
*
* @package PhpMyAdmin-test
*/
class PMA_DbSearch_Test extends PHPUnit_Framework_TestCase
class DbSearchTest extends PHPUnit_Framework_TestCase
{
/**
* @access protected

View File

@ -22,7 +22,7 @@ require_once 'libraries/string.lib.php';
*
* @package PhpMyAdmin-test
*/
class PMA_DisplayResults_Test extends PHPUnit_Framework_TestCase
class DisplayResultsTest extends PHPUnit_Framework_TestCase
{
/**
* @access protected

View File

@ -18,7 +18,7 @@ require_once 'libraries/sanitizing.lib.php';
*
* @package PhpMyAdmin-test
*/
class PMA_ErrorHandler_Test extends PHPUnit_Framework_TestCase
class ErrorHandlerTest extends PHPUnit_Framework_TestCase
{
/**
* @access protected

View File

@ -19,7 +19,7 @@ require_once 'libraries/sanitizing.lib.php';
*
* @package PhpMyAdmin-test
*/
class PMA_Error_Test extends PHPUnit_Framework_TestCase
class ErrorTest extends PHPUnit_Framework_TestCase
{
/**
* @access protected

View File

@ -11,7 +11,7 @@
*
* @package PhpMyAdmin-test
*/
class PMA_File_Test extends PHPUnit_Framework_TestCase
class FileTest extends PHPUnit_Framework_TestCase
{
/**
* Setup function for test cases

View File

@ -10,7 +10,7 @@
*
* @package PhpMyAdmin-test
*/
class PMA_Font_Test extends PHPUnit_Framework_TestCase
class FontTest extends PHPUnit_Framework_TestCase
{
/**
* Test getStringWidth with different characters.

View File

@ -23,7 +23,7 @@ require_once 'libraries/relation.lib.php';
*
* @package PhpMyAdmin-test
*/
class PMA_Footer_Test extends PHPUnit_Framework_TestCase
class FooterTest extends PHPUnit_Framework_TestCase
{
/**

View File

@ -26,7 +26,7 @@ require_once 'libraries/js_escape.lib.php';
* @package PhpMyAdmin-test
* @group medium
*/
class PMA_Header_Test extends PHPUnit_Framework_TestCase
class HeaderTest extends PHPUnit_Framework_TestCase
{
/**
* Configures global environment.

View File

@ -16,7 +16,7 @@ require_once 'libraries/php-gettext/gettext.inc';
*
* @package PhpMyAdmin-test
*/
class PMA_Index_Test extends PHPUnit_Framework_TestCase
class IndexTest extends PHPUnit_Framework_TestCase
{
private $_params = array();

View File

@ -20,7 +20,7 @@ require_once 'libraries/relation.lib.php';
*
* @package PhpMyAdmin-test
*/
class PMA_List_Database_Test extends PHPUnit_Framework_TestCase
class ListDatabaseTest extends PHPUnit_Framework_TestCase
{
/**
* SetUp for test cases

View File

@ -25,7 +25,7 @@ require_once 'libraries/relation.lib.php';
*
* @package PhpMyAdmin-test
*/
class PMA_Menu_Test extends PHPUnit_Framework_TestCase
class MenuTest extends PHPUnit_Framework_TestCase
{
/**
* Configures global environment.

View File

@ -20,7 +20,7 @@ require_once 'libraries/php-gettext/gettext.inc';
*
* @package PhpMyAdmin-test
*/
class PMA_Message_Test extends PHPUnit_Framework_TestCase
class MessageTest extends PHPUnit_Framework_TestCase
{
/**
* @var PMA\libraries\Message

View File

@ -19,7 +19,7 @@ require_once 'libraries/core.lib.php';
*
* @package PhpMyAdmin-test
*/
class PMA_PDF_Test extends PHPUnit_Framework_TestCase
class PDFTest extends PHPUnit_Framework_TestCase
{
/**
* SetUp for test cases

View File

@ -20,7 +20,7 @@ require_once 'libraries/url_generating.lib.php';
*
* @package PhpMyAdmin-test
*/
class PMA_Scripts_Test extends PHPUnit_Framework_TestCase
class ScriptsTest extends PHPUnit_Framework_TestCase
{
/**
* @access protected

View File

@ -20,7 +20,7 @@ require_once 'libraries/database_interface.inc.php';
*
* @package PhpMyAdmin-test
*/
class PMA_ServerStatusData_Test extends PHPUnit_Framework_TestCase
class ServerStatusDataTest extends PHPUnit_Framework_TestCase
{
/**
* @access protected

View File

@ -18,7 +18,7 @@ require_once 'libraries/database_interface.inc.php';
*
* @package PhpMyAdmin-test
*/
class PMA_StorageEngineTest extends PHPUnit_Framework_TestCase
class StorageEngineTest extends PHPUnit_Framework_TestCase
{
/**
* @access protected

View File

@ -11,7 +11,7 @@
*
* @package PhpMyAdmin-test
*/
class PMA_SystemDatabaseTest extends PHPUnit_Framework_TestCase
class SystemDatabaseTest extends PHPUnit_Framework_TestCase
{
/**
* Setup function for test cases

View File

@ -24,7 +24,7 @@ require_once 'libraries/relation.lib.php';
*
* @package PhpMyAdmin-test
*/
class PMA_Table_Test extends PHPUnit_Framework_TestCase
class TableTest extends PHPUnit_Framework_TestCase
{
/**
* Configures environment

View File

@ -11,7 +11,7 @@
*
* @package PhpMyAdmin-test
*/
class PMA_Template_Test extends PHPUnit_Framework_TestCase
class TemplateTest extends PHPUnit_Framework_TestCase
{
/**
* Test for render

View File

@ -20,7 +20,7 @@ require_once 'libraries/core.lib.php';
*
* @package PhpMyAdmin-test
*/
class PMA_Theme_Manager_Test extends PHPUnit_Framework_TestCase
class ThemeManagerTest extends PHPUnit_Framework_TestCase
{
/**
* SetUp for test cases

View File

@ -16,7 +16,7 @@ require_once 'libraries/url_generating.lib.php';
*
* @package PhpMyAdmin-test
*/
class PMA_ThemeTest extends PHPUnit_Framework_TestCase
class ThemeTest extends PHPUnit_Framework_TestCase
{
/**
* @var Theme

View File

@ -18,7 +18,7 @@ require_once 'libraries/php-gettext/gettext.inc';
*
* @package PhpMyAdmin-test
*/
class PMA_Types_MySQL_Test extends PHPUnit_Framework_TestCase
class TypesMySQLTest extends PHPUnit_Framework_TestCase
{
/**
* @var PMA\libraries\Types

View File

@ -11,7 +11,7 @@ use PMA\libraries\Types;
*
* @package PhpMyAdmin-test
*/
class PMA_TypesTest extends PHPUnit_Framework_TestCase
class TypesTest extends PHPUnit_Framework_TestCase
{
/**
* @var Types

View File

@ -11,7 +11,7 @@
*
* @package PhpMyAdmin-test
*/
class PMA_Util_Test extends PHPUnit_Framework_TestCase
class UtilTest extends PHPUnit_Framework_TestCase
{
/**

View File

@ -20,7 +20,7 @@ require_once 'libraries/user_preferences.lib.php';
*
* @package PhpMyAdmin-test
*/
class PMA_FormDisplay_Test extends PHPUnit_Framework_TestCase
class FormDisplayTest extends PHPUnit_Framework_TestCase
{
/**
* @var FormDisplay

View File

@ -18,7 +18,7 @@ require_once 'libraries/php-gettext/gettext.inc';
*
* @package PhpMyAdmin-test
*/
class PMA_Form_Test extends PHPUnit_Framework_TestCase
class FormTest extends PHPUnit_Framework_TestCase
{
/**
* @var Form

View File

@ -26,7 +26,7 @@ require_once 'test/libraries/stubs/ResponseStub.php';
*
* @package PhpMyAdmin-test
*/
class DatabaseStructureController_Test extends PHPUnit_Framework_TestCase
class DatabaseStructureControllerTest extends PHPUnit_Framework_TestCase
{
/**
* @var \PMA\Test\Stubs\Response

View File

@ -31,7 +31,7 @@ require_once 'test/libraries/stubs/ResponseStub.php';
*
* @package PhpMyAdmin-test
*/
class PMA_TableIndexesControllerTest extends PHPUnit_Framework_TestCase
class TableIndexesControllerTest extends PHPUnit_Framework_TestCase
{
/**
* Setup function for test cases

View File

@ -23,7 +23,7 @@ require_once 'test/libraries/stubs/ResponseStub.php';
*
* @package PhpMyAdmin-test
*/
class TableRelationController_Test extends PHPUnit_Framework_TestCase
class TableRelationControllerTest extends PHPUnit_Framework_TestCase
{
/**
* @var \PMA\Test\Stubs\Response

View File

@ -21,7 +21,7 @@ require_once 'test/libraries/stubs/ResponseStub.php';
*
* @package PhpMyAdmin-test
*/
class PMA_TableSearchController_Test extends PHPUnit_Framework_TestCase
class TableSearchControllerTest extends PHPUnit_Framework_TestCase
{
/**
* @var PMA\Test\Stubs\Response

View File

@ -24,7 +24,7 @@ require_once 'test/libraries/stubs/ResponseStub.php';
*
* @package PhpMyAdmin-test
*/
class TableStructureController_Test extends PHPUnit_Framework_TestCase
class TableStructureControllerTest extends PHPUnit_Framework_TestCase
{
/**
* @var \PMA\Test\Stubs\Response

View File

@ -22,7 +22,7 @@ require_once 'libraries/database_interface.inc.php';
*
* @package PhpMyAdmin-test
*/
class PMA_DBI_Mysql_Test extends PHPUnit_Framework_TestCase
class DBIMysqlTest extends PHPUnit_Framework_TestCase
{
/**
* @access protected

View File

@ -21,7 +21,7 @@ require_once 'libraries/database_interface.inc.php';
*
* @package PhpMyAdmin-test
*/
class PMA_DBI_Mysqli_Test extends PHPUnit_Framework_TestCase
class DBIMysqliTest extends PHPUnit_Framework_TestCase
{
/**
* @access protected

View File

@ -12,7 +12,7 @@ use PMA\libraries\gis\GISFactory;
*
* @package PhpMyAdmin-test
*/
class PMA_GIS_FactoryTest extends PHPUnit_Framework_TestCase
class GISFactoryTest extends PHPUnit_Framework_TestCase
{
/**

View File

@ -7,11 +7,11 @@
*/
/**
* Abstract parent class for all PMA_GIS_<Geom_type> test classes
* Abstract parent class for all GIS<Geom_type> test classes
*
* @package PhpMyAdmin-test
*/
abstract class PMA_GIS_GeomTest extends PHPUnit_Framework_TestCase
abstract class GISGeomTest extends PHPUnit_Framework_TestCase
{
/**

View File

@ -11,7 +11,7 @@
*
* @package PhpMyAdmin-test
*/
class PMA_GIS_GeometryTest extends PHPUnit_Framework_TestCase
class GISGeometryTest extends PHPUnit_Framework_TestCase
{
/**
* @access protected

View File

@ -15,7 +15,7 @@ require_once 'libraries/tcpdf/tcpdf.php';
*
* @package PhpMyAdmin-test
*/
class PMA_GIS_GeometryCollectionTest extends PHPUnit_Framework_TestCase
class GISGeometryCollectionTest extends PHPUnit_Framework_TestCase
{
/**

View File

@ -16,7 +16,7 @@ require_once 'libraries/tcpdf/tcpdf.php';
*
* @package PhpMyAdmin-test
*/
class PMA_GIS_LinestringTest extends PMA_GIS_GeomTest
class GISLinestringTest extends GISGeomTest
{
/**
* @var GISLinestring

View File

@ -16,7 +16,7 @@ require_once 'libraries/tcpdf/tcpdf.php';
*
* @package PhpMyAdmin-test
*/
class PMA_GIS_MultilinestringTest extends PMA_GIS_GeomTest
class GISMultilinestringTest extends GISGeomTest
{
/**
* @var GISMultilinestring

View File

@ -16,7 +16,7 @@ require_once 'libraries/tcpdf/tcpdf.php';
*
* @package PhpMyAdmin-test
*/
class PMA_GIS_MultipointTest extends PMA_GIS_GeomTest
class GISMultipointTest extends GISGeomTest
{
/**
* @var GISMultipoint

View File

@ -17,7 +17,7 @@ require_once 'libraries/tcpdf/tcpdf.php';
*
* @package PhpMyAdmin-test
*/
class PMA_GIS_MultipolygonTest extends PMA_GIS_GeomTest
class GISMultipolygonTest extends GISGeomTest
{
/**
* @var GISMultipolygon

View File

@ -16,7 +16,7 @@ require_once 'libraries/tcpdf/tcpdf.php';
*
* @package PhpMyAdmin-test
*/
class PMA_GIS_PointTest extends PMA_GIS_GeomTest
class GISPointTest extends GISGeomTest
{
/**
* @var GISPoint

View File

@ -16,7 +16,7 @@ require_once 'libraries/tcpdf/tcpdf.php';
*
* @package PhpMyAdmin-test
*/
class PMA_GIS_PolygonTest extends PMA_GIS_GeomTest
class GISPolygonTest extends GISGeomTest
{
/**
* @var GISPolygon

View File

@ -18,7 +18,7 @@ require_once 'libraries/php-gettext/gettext.inc';
*
* @package PhpMyAdmin-test
*/
class PMA_NavigationTest extends PHPUnit_Framework_TestCase
class NavigationTest extends PHPUnit_Framework_TestCase
{
/**
* @var PMA\libraries\navigation\Navigation

View File

@ -27,7 +27,7 @@ require_once 'libraries/check_user_privileges.lib.php';
*
* @package PhpMyAdmin-test
*/
class PMA_NavigationTreeTest extends PHPUnit_Framework_TestCase
class NavigationTreeTest extends PHPUnit_Framework_TestCase
{
/**
* @var NavigationTree

View File

@ -19,7 +19,7 @@ require_once 'libraries/php-gettext/gettext.inc';
*
* @package PhpMyAdmin-test
*/
class Node_Column_Container_Test extends PHPUnit_Framework_TestCase
class NodeColumnContainerTest extends PHPUnit_Framework_TestCase
{
/**
* SetUp for test cases

View File

@ -19,7 +19,7 @@ require_once 'libraries/php-gettext/gettext.inc';
*
* @package PhpMyAdmin-test
*/
class Node_Column_Test extends PHPUnit_Framework_TestCase
class NodeColumnTest extends PHPUnit_Framework_TestCase
{
/**
* SetUp for test cases

View File

@ -19,7 +19,7 @@ require_once 'libraries/php-gettext/gettext.inc';
*
* @package PhpMyAdmin-test
*/
class Node_DatabaseChildTest extends PHPUnit_Framework_TestCase
class NodeDatabaseChildTest extends PHPUnit_Framework_TestCase
{
/**
* @var NodeDatabaseChild

View File

@ -19,7 +19,7 @@ require_once 'libraries/php-gettext/gettext.inc';
*
* @package PhpMyAdmin-test
*/
class Node_Database_Test extends PHPUnit_Framework_TestCase
class NodeDatabaseTest extends PHPUnit_Framework_TestCase
{
/**
* SetUp for test cases

View File

@ -19,7 +19,7 @@ require_once 'libraries/php-gettext/gettext.inc';
*
* @package PhpMyAdmin-test
*/
class Node_Event_Container_Test extends PHPUnit_Framework_TestCase
class NodeEventContainerTest extends PHPUnit_Framework_TestCase
{
/**
* SetUp for test cases

View File

@ -18,7 +18,7 @@ require_once 'libraries/navigation/NodeFactory.php';
*
* @package PhpMyAdmin-test
*/
class Node_Event_Test extends PHPUnit_Framework_TestCase
class NodeEventTest extends PHPUnit_Framework_TestCase
{
/**
* SetUp for test cases

View File

@ -20,7 +20,7 @@ require_once 'libraries/php-gettext/gettext.inc';
*
* @package PhpMyAdmin-test
*/
class NodeFactory_Test extends PHPUnit_Framework_TestCase
class NodeFactoryTest extends PHPUnit_Framework_TestCase
{
/**
* SetUp for test cases

View File

@ -19,7 +19,7 @@ require_once 'libraries/php-gettext/gettext.inc';
*
* @package PhpMyAdmin-test
*/
class Node_Function_Container_Test extends PHPUnit_Framework_TestCase
class NodeFunctionContainerTest extends PHPUnit_Framework_TestCase
{
/**
* SetUp for test cases

View File

@ -19,7 +19,7 @@ require_once 'libraries/php-gettext/gettext.inc';
*
* @package PhpMyAdmin-test
*/
class Node_Function_Test extends PHPUnit_Framework_TestCase
class NodeFunctionTest extends PHPUnit_Framework_TestCase
{
/**
* SetUp for test cases

View File

@ -19,7 +19,7 @@ require_once 'libraries/php-gettext/gettext.inc';
*
* @package PhpMyAdmin-test
*/
class Node_Index_Container_Test extends PHPUnit_Framework_TestCase
class NodeIndexContainerTest extends PHPUnit_Framework_TestCase
{
/**
* SetUp for test cases

View File

@ -19,7 +19,7 @@ require_once 'libraries/php-gettext/gettext.inc';
*
* @package PhpMyAdmin-test
*/
class Node_Index_Test extends PHPUnit_Framework_TestCase
class NodeIndexTest extends PHPUnit_Framework_TestCase
{
/**
* SetUp for test cases

View File

@ -19,7 +19,7 @@ require_once 'libraries/php-gettext/gettext.inc';
*
* @package PhpMyAdmin-test
*/
class Node_Procedure_Container_Test extends PHPUnit_Framework_TestCase
class NodeProcedureContainerTest extends PHPUnit_Framework_TestCase
{
/**
* SetUp for test cases

View File

@ -19,7 +19,7 @@ require_once 'libraries/php-gettext/gettext.inc';
*
* @package PhpMyAdmin-test
*/
class Node_Procedure_Test extends PHPUnit_Framework_TestCase
class NodeProcedureTest extends PHPUnit_Framework_TestCase
{
/**
* SetUp for test cases

View File

@ -19,7 +19,7 @@ require_once 'libraries/php-gettext/gettext.inc';
*
* @package PhpMyAdmin-test
*/
class Node_Table_Container_Test extends PHPUnit_Framework_TestCase
class NodeTableContainerTest extends PHPUnit_Framework_TestCase
{
/**
* SetUp for test cases

View File

@ -19,7 +19,7 @@ require_once 'libraries/php-gettext/gettext.inc';
*
* @package PhpMyAdmin-test
*/
class Node_Table_Test extends PHPUnit_Framework_TestCase
class NodeTableTest extends PHPUnit_Framework_TestCase
{
/**
* SetUp for test cases

View File

@ -20,7 +20,7 @@ require_once 'libraries/database_interface.inc.php';
*
* @package PhpMyAdmin-test
*/
class Node_Test extends PHPUnit_Framework_TestCase
class NodeTest extends PHPUnit_Framework_TestCase
{
/**
* SetUp for test cases

View File

@ -19,7 +19,7 @@ require_once 'libraries/php-gettext/gettext.inc';
*
* @package PhpMyAdmin-test
*/
class Node_Trigger_Container_Test extends PHPUnit_Framework_TestCase
class NodeTriggerContainerTest extends PHPUnit_Framework_TestCase
{
/**
* SetUp for test cases

View File

@ -18,7 +18,7 @@ require_once 'libraries/navigation/NodeFactory.php';
*
* @package PhpMyAdmin-test
*/
class Node_Trigger_Test extends PHPUnit_Framework_TestCase
class NodeTriggerTest extends PHPUnit_Framework_TestCase
{
/**
* SetUp for test cases

View File

@ -19,7 +19,7 @@ require_once 'libraries/php-gettext/gettext.inc';
*
* @package PhpMyAdmin-test
*/
class Node_View_Container_Test extends PHPUnit_Framework_TestCase
class NodeViewContainerTest extends PHPUnit_Framework_TestCase
{
/**
* SetUp for test cases

View File

@ -19,7 +19,7 @@ require_once 'libraries/php-gettext/gettext.inc';
*
* @package PhpMyAdmin-test
*/
class Node_View_Test extends PHPUnit_Framework_TestCase
class NodeViewTest extends PHPUnit_Framework_TestCase
{
/**
* SetUp for test cases

View File

@ -17,7 +17,7 @@ require_once 'libraries/js_escape.lib.php';
*
* @package PhpMyAdmin-test
*/
class PMA_AuthenticationConfig_Test extends PHPUnit_Framework_TestCase
class AuthenticationConfigTest extends PHPUnit_Framework_TestCase
{
protected $object;

View File

@ -24,7 +24,7 @@ require_once 'libraries/plugins/auth/AuthenticationCookie.php';
*
* @package PhpMyAdmin-test
*/
class PMA_AuthenticationCookie_Test extends PHPUnit_Framework_TestCase
class AuthenticationCookieTest extends PHPUnit_Framework_TestCase
{
/**
* @var AuthenticationCookie

View File

@ -17,7 +17,7 @@ require_once 'libraries/sanitizing.lib.php';
*
* @package PhpMyAdmin-test
*/
class PMA_AuthenticationHttp_Test extends PHPUnit_Framework_TestCase
class AuthenticationHttpTest extends PHPUnit_Framework_TestCase
{
/**
* @var AuthenticationHttp

View File

@ -17,7 +17,7 @@ require_once 'libraries/sanitizing.lib.php';
*
* @package PhpMyAdmin-test
*/
class PMA_AuthenticationSignon_Test extends PHPUnit_Framework_TestCase
class AuthenticationSignonTest extends PHPUnit_Framework_TestCase
{
protected $object;

View File

@ -17,7 +17,7 @@ require_once 'export.php';
* @package PhpMyAdmin-test
* @group medium
*/
class PMA_ExportCodegen_Test extends PHPUnit_Framework_TestCase
class ExportCodegenTest extends PHPUnit_Framework_TestCase
{
protected $object;

View File

@ -17,7 +17,7 @@ require_once 'export.php';
* @package PhpMyAdmin-test
* @group medium
*/
class PMA_ExportCsv_Test extends PHPUnit_Framework_TestCase
class ExportCsvTest extends PHPUnit_Framework_TestCase
{
protected $object;

View File

@ -17,7 +17,7 @@ require_once 'export.php';
* @package PhpMyAdmin-test
* @group medium
*/
class PMA_ExportExcel_Test extends PHPUnit_Framework_TestCase
class ExportExcelTest extends PHPUnit_Framework_TestCase
{
protected $object;

View File

@ -19,7 +19,7 @@ require_once 'export.php';
* @package PhpMyAdmin-test
* @group medium
*/
class PMA_ExportHtmlword_Test extends PHPUnit_Framework_TestCase
class ExportHtmlwordTest extends PHPUnit_Framework_TestCase
{
protected $object;

View File

@ -17,7 +17,7 @@ require_once 'export.php';
* @package PhpMyAdmin-test
* @group medium
*/
class PMA_ExportJson_Test extends PHPUnit_Framework_TestCase
class ExportJsonTest extends PHPUnit_Framework_TestCase
{
protected $object;

View File

@ -19,7 +19,7 @@ require_once 'export.php';
* @package PhpMyAdmin-test
* @group medium
*/
class PMA_ExportLatex_Test extends PHPUnit_Framework_TestCase
class ExportLatexTest extends PHPUnit_Framework_TestCase
{
protected $object;

View File

@ -18,7 +18,7 @@ require_once 'export.php';
* @package PhpMyAdmin-test
* @group medium
*/
class PMA_ExportMediawiki_Test extends PHPUnit_Framework_TestCase
class ExportMediawikiTest extends PHPUnit_Framework_TestCase
{
protected $object;

View File

@ -21,7 +21,7 @@ require_once 'libraries/opendocument.lib.php';
* @package PhpMyAdmin-test
* @group medium
*/
class PMA_ExportOds_Test extends PHPUnit_Framework_TestCase
class ExportOdsTest extends PHPUnit_Framework_TestCase
{
protected $object;

View File

@ -22,7 +22,7 @@ require_once 'export.php';
* @package PhpMyAdmin-test
* @group medium
*/
class PMA_ExportOdt_Test extends PHPUnit_Framework_TestCase
class ExportOdtTest extends PHPUnit_Framework_TestCase
{
protected $object;

View File

@ -19,7 +19,7 @@ require_once 'export.php';
* @package PhpMyAdmin-test
* @group medium
*/
class PMA_ExportPdf_Test extends PHPUnit_Framework_TestCase
class ExportPdfTest extends PHPUnit_Framework_TestCase
{
protected $object;

View File

@ -18,7 +18,7 @@ require_once 'export.php';
* @package PhpMyAdmin-test
* @group medium
*/
class PMA_ExportPhparray_Test extends PHPUnit_Framework_TestCase
class ExportPhparrayTest extends PHPUnit_Framework_TestCase
{
protected $object;

View File

@ -23,7 +23,7 @@ require_once 'export.php';
* @package PhpMyAdmin-test
* @group medium
*/
class PMA_ExportSql_Test extends PHPUnit_Framework_TestCase
class ExportSqlTest extends PHPUnit_Framework_TestCase
{
protected $object;

View File

@ -20,7 +20,7 @@ require_once 'export.php';
* @package PhpMyAdmin-test
* @group medium
*/
class PMA_ExportTexytext_Test extends PHPUnit_Framework_TestCase
class ExportTexytextTest extends PHPUnit_Framework_TestCase
{
protected $object;

View File

@ -21,7 +21,7 @@ require_once 'export.php';
* @package PhpMyAdmin-test
* @group medium
*/
class PMA_ExportXml_Test extends PHPUnit_Framework_TestCase
class ExportXmlTest extends PHPUnit_Framework_TestCase
{
protected $object;

View File

@ -19,7 +19,7 @@ require_once 'export.php';
* @package PhpMyAdmin-test
* @group medium
*/
class PMA_ExportYaml_Test extends PHPUnit_Framework_TestCase
class ExportYamlTest extends PHPUnit_Framework_TestCase
{
protected $object;

View File

@ -15,7 +15,7 @@ require_once 'libraries/config.default.php';
*
* @package PhpMyAdmin-test
*/
class PMA_TableProperty_Test extends PHPUnit_Framework_TestCase
class TablePropertyTest extends PHPUnit_Framework_TestCase
{
protected $object;

View File

@ -28,7 +28,7 @@ require_once 'libraries/sanitizing.lib.php';
*
* @package PhpMyAdmin-test
*/
class ImportCsv_Test extends PHPUnit_Framework_TestCase
class ImportCsvTest extends PHPUnit_Framework_TestCase
{
/**
* @var ImportCsv

View File

@ -28,7 +28,7 @@ require_once 'libraries/import.lib.php';
*
* @package PhpMyAdmin-test
*/
class ImportLdi_Test extends PHPUnit_Framework_TestCase
class ImportLdiTest extends PHPUnit_Framework_TestCase
{
/**
* @access protected

View File

@ -25,7 +25,7 @@ require_once 'libraries/import.lib.php';
*
* @package PhpMyAdmin-test
*/
class ImportMediawiki_Test extends PHPUnit_Framework_TestCase
class ImportMediawikiTest extends PHPUnit_Framework_TestCase
{
/**
* @access protected

View File

@ -28,7 +28,7 @@ require_once 'libraries/plugins/import/ImportOds.php';
*
* @package PhpMyAdmin-test
*/
class ImportOds_Test extends PHPUnit_Framework_TestCase
class ImportOdsTest extends PHPUnit_Framework_TestCase
{
/**
* @access protected

View File

@ -23,7 +23,7 @@ require_once 'libraries/import.lib.php';
*
* @package PhpMyAdmin-test
*/
class ImportShp_Test extends PHPUnit_Framework_TestCase
class ImportShpTest extends PHPUnit_Framework_TestCase
{
/**
* @var ImportShp

View File

@ -26,7 +26,7 @@ require_once 'libraries/import.lib.php';
*
* @package PhpMyAdmin-test
*/
class ImportSql_Test extends PHPUnit_Framework_TestCase
class ImportSqlTest extends PHPUnit_Framework_TestCase
{
/**
* @access protected

View File

@ -26,7 +26,7 @@ require_once 'libraries/import.lib.php';
*
* @package PhpMyAdmin-test
*/
class ImportXml_Test extends PHPUnit_Framework_TestCase
class ImportXmlTest extends PHPUnit_Framework_TestCase
{
/**
* @access protected

View File

@ -34,7 +34,7 @@ require_once 'libraries/config.default.php';
*
* @package PhpMyAdmin-test
*/
class Transformation_Plugins_Test extends PHPUnit_Framework_TestCase
class TransformationPluginsTest extends PHPUnit_Framework_TestCase
{
/**
* Sets up the fixture, for example, opens a network connection.

View File

@ -11,7 +11,7 @@
*
* @package PhpMyAdmin-test
*/
class PMA_PropertyItem_Test extends PHPUnit_Framework_TestCase
class PropertyItemTest extends PHPUnit_Framework_TestCase
{
protected $stub;

View File

@ -11,7 +11,7 @@
*
* @package PhpMyAdmin-test
*/
class PMA_OptionsPropertyGroup_Test extends PHPUnit_Framework_TestCase
class OptionsPropertyGroupTest extends PHPUnit_Framework_TestCase
{
protected $stub;

Some files were not shown because too many files have changed in this diff Show More