Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: c00245fa0a8537e5ee3a5f5ef1b5c057443ca79f https://github.com/phpmyadmin/phpmyadmin/commit/c00245fa0a8537e5ee3a5f5ef1b5... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2017-09-30 (Sat, 30 Sep 2017)
Changed paths: M composer.json R test/PMATestCase.php M test/classes/AdvisorTest.php M test/classes/Config/ConfigFileTest.php M test/classes/Config/DescriptionTest.php M test/classes/Config/FormDisplayTest.php M test/classes/Config/FormTest.php M test/classes/Config/Forms/FormListTest.php M test/classes/Config/PageSettingsTest.php M test/classes/Config/ServerConfigChecksTest.php M test/classes/ConfigTest.php M test/classes/Controllers/Database/DatabaseStructureControllerTest.php M test/classes/Controllers/Server/ServerBinlogControllerTest.php M test/classes/Controllers/Server/ServerCollationsControllerTest.php M test/classes/Controllers/Server/ServerDatabasesControllerTest.php M test/classes/Controllers/Server/ServerEnginesControllerTest.php M test/classes/Controllers/Server/ServerPluginsControllerTest.php M test/classes/Controllers/Server/ServerVariablesControllerTest.php M test/classes/Controllers/Table/TableIndexesControllerTest.php M test/classes/Controllers/Table/TableRelationControllerTest.php M test/classes/Controllers/Table/TableSearchControllerTest.php M test/classes/Controllers/Table/TableStructureControllerTest.php M test/classes/CoreTest.php M test/classes/Database/QbeTest.php M test/classes/Database/SearchTest.php M test/classes/DatabaseInterfaceTest.php M test/classes/Dbi/DbiMysqlTest.php M test/classes/Dbi/DbiMysqliTest.php M test/classes/Di/ContainerExceptionTest.php M test/classes/Di/ContainerTest.php M test/classes/Di/NotFoundExceptionTest.php M test/classes/Display/ResultsTest.php M test/classes/Engines/BdbTest.php M test/classes/Engines/BinlogTest.php M test/classes/Engines/InnodbTest.php M test/classes/Engines/MemoryTest.php M test/classes/Engines/MrgMyisamTest.php M test/classes/Engines/MyisamTest.php M test/classes/Engines/NdbclusterTest.php M test/classes/Engines/PbxtTest.php M test/classes/ErrorHandlerTest.php M test/classes/ErrorTest.php M test/classes/FileTest.php M test/classes/FontTest.php M test/classes/FooterTest.php M test/classes/HeaderTest.php M test/classes/IndexTest.php M test/classes/LanguageTest.php M test/classes/LinterTest.php M test/classes/ListDatabaseTest.php M test/classes/MenuTest.php M test/classes/MessageTest.php M test/classes/Navigation/NavigationTest.php M test/classes/Navigation/NavigationTreeTest.php M test/classes/Navigation/NodeFactoryTest.php M test/classes/Navigation/Nodes/NodeColumnContainerTest.php M test/classes/Navigation/Nodes/NodeColumnTest.php M test/classes/Navigation/Nodes/NodeDatabaseChildTest.php M test/classes/Navigation/Nodes/NodeDatabaseTest.php M test/classes/Navigation/Nodes/NodeEventContainerTest.php M test/classes/Navigation/Nodes/NodeEventTest.php M test/classes/Navigation/Nodes/NodeFunctionContainerTest.php M test/classes/Navigation/Nodes/NodeFunctionTest.php M test/classes/Navigation/Nodes/NodeIndexContainerTest.php M test/classes/Navigation/Nodes/NodeIndexTest.php M test/classes/Navigation/Nodes/NodeProcedureContainerTest.php M test/classes/Navigation/Nodes/NodeProcedureTest.php M test/classes/Navigation/Nodes/NodeTableContainerTest.php M test/classes/Navigation/Nodes/NodeTableTest.php M test/classes/Navigation/Nodes/NodeTest.php M test/classes/Navigation/Nodes/NodeTriggerContainerTest.php M test/classes/Navigation/Nodes/NodeTriggerTest.php M test/classes/Navigation/Nodes/NodeViewContainerTest.php M test/classes/Navigation/Nodes/NodeViewTest.php M test/classes/PdfTest.php M test/classes/Plugins/Auth/AuthenticationConfigTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/classes/Plugins/Auth/AuthenticationHttpTest.php M test/classes/Plugins/Auth/AuthenticationSignonTest.php M test/classes/Plugins/Export/ExportCodegenTest.php M test/classes/Plugins/Export/ExportCsvTest.php M test/classes/Plugins/Export/ExportExcelTest.php M test/classes/Plugins/Export/ExportHtmlwordTest.php M test/classes/Plugins/Export/ExportJsonTest.php M test/classes/Plugins/Export/ExportLatexTest.php M test/classes/Plugins/Export/ExportMediawikiTest.php M test/classes/Plugins/Export/ExportOdsTest.php M test/classes/Plugins/Export/ExportOdtTest.php M test/classes/Plugins/Export/ExportPdfTest.php M test/classes/Plugins/Export/ExportPhparrayTest.php M test/classes/Plugins/Export/ExportSqlTest.php M test/classes/Plugins/Export/ExportTexytextTest.php M test/classes/Plugins/Export/ExportXmlTest.php M test/classes/Plugins/Export/ExportYamlTest.php M test/classes/Plugins/Export/Helpers/TablePropertyTest.php M test/classes/Plugins/Import/ImportCsvTest.php M test/classes/Plugins/Import/ImportLdiTest.php M test/classes/Plugins/Import/ImportMediawikiTest.php M test/classes/Plugins/Import/ImportOdsTest.php M test/classes/Plugins/Import/ImportShpTest.php M test/classes/Plugins/Import/ImportSqlTest.php M test/classes/Plugins/Import/ImportXmlTest.php M test/classes/Plugins/Schema/DiaRelationSchemaTest.php M test/classes/Plugins/Schema/EpsRelationSchemaTest.php M test/classes/Plugins/Schema/ExportRelationSchemaTest.php M test/classes/Plugins/Schema/PdfRelationSchemaTest.php M test/classes/Plugins/Schema/SvgRelationSchemaTest.php M test/classes/Plugins/Transformations/TransformationPluginsTest.php A test/classes/PmaTestCase.php M test/classes/ScriptsTest.php M test/classes/Server/Status/DataTest.php M test/classes/Setup/ConfigGeneratorTest.php M test/classes/Setup/FormProcessingTest.php M test/classes/StorageEngineTest.php M test/classes/SystemDatabaseTest.php M test/classes/TableTest.php M test/classes/TemplateTest.php M test/classes/ThemeManagerTest.php M test/classes/ThemeTest.php M test/classes/TrackerTest.php M test/classes/TypesMySQLTest.php M test/classes/TypesTest.php M test/classes/UserPreferencesTest.php M test/classes/UtilTest.php M test/classes/VersionInformationTest.php M test/classes/ZipExtensionTest.php
Log Message: ----------- Move PMATestCase to PhpMyAdmin\Tests\PmaTestCase
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com