Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: c48f579832422bb7aa0eaac6fe8092b34dc607f5
https://github.com/phpmyadmin/phpmyadmin/commit/c48f579832422bb7aa0eaac6fe8…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-20 (Wed, 20 Sep 2017)
Changed paths:
A test/classes/Controllers/Database/DatabaseStructureControllerTest.php
A test/classes/Controllers/Server/ServerBinlogControllerTest.php
A test/classes/Controllers/Server/ServerCollationsControllerTest.php
A test/classes/Controllers/Server/ServerDatabasesControllerTest.php
A test/classes/Controllers/Server/ServerEnginesControllerTest.php
A test/classes/Controllers/Server/ServerPluginsControllerTest.php
A test/classes/Controllers/Server/ServerVariablesControllerTest.php
A test/classes/Controllers/Table/TableIndexesControllerTest.php
A test/classes/Controllers/Table/TableRelationControllerTest.php
A test/classes/Controllers/Table/TableSearchControllerTest.php
A test/classes/Controllers/Table/TableStructureControllerTest.php
R test/classes/controllers/DatabaseStructureControllerTest.php
R test/classes/controllers/ServerBinlogControllerTest.php
R test/classes/controllers/ServerCollationsControllerTest.php
R test/classes/controllers/ServerDatabasesControllerTest.php
R test/classes/controllers/ServerEnginesControllerTest.php
R test/classes/controllers/ServerPluginsControllerTest.php
R test/classes/controllers/ServerVariablesControllerTest.php
R test/classes/controllers/TableIndexesControllerTest.php
R test/classes/controllers/TableRelationControllerTest.php
R test/classes/controllers/TableSearchControllerTest.php
R test/classes/controllers/TableStructureControllerTest.php
Log Message:
-----------
Add namespace to controllers tests
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 2241016ad35cf894bf43a655a45225bf7f1e3471
https://github.com/phpmyadmin/phpmyadmin/commit/2241016ad35cf894bf43a655a45…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-20 (Wed, 20 Sep 2017)
Changed paths:
A test/classes/Dbi/DbiMysqlTest.php
A test/classes/Dbi/DbiMysqliTest.php
R test/classes/dbi/DbiMysqlTest.php
R test/classes/dbi/DbiMysqliTest.php
Log Message:
-----------
Add namespace to DBI tests
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 3c1427ba6961d00ff797f414db126d3ab89ff1af
https://github.com/phpmyadmin/phpmyadmin/commit/3c1427ba6961d00ff797f414db1…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-20 (Wed, 20 Sep 2017)
Changed paths:
A test/classes/Di/ContainerExceptionTest.php
A test/classes/Di/ContainerTest.php
A test/classes/Di/NotFoundExceptionTest.php
R test/classes/di/ContainerExceptionTest.php
R test/classes/di/ContainerTest.php
R test/classes/di/NotFoundExceptionTest.php
Log Message:
-----------
Add namespace to DIC tests
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 14ffa1f2328aa3d26bf750292b106aeab1ab171c
https://github.com/phpmyadmin/phpmyadmin/commit/14ffa1f2328aa3d26bf750292b1…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-20 (Wed, 20 Sep 2017)
Changed paths:
M composer.json
Log Message:
-----------
Add test/PMATestCase.php to autoload-dev
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 3419e31e9624ba867aa1478b3cbd80c7687fbe6f
https://github.com/phpmyadmin/phpmyadmin/commit/3419e31e9624ba867aa1478b3cb…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-20 (Wed, 20 Sep 2017)
Changed paths:
A test/classes/Engines/BdbTest.php
A test/classes/Engines/BinlogTest.php
A test/classes/Engines/InnodbTest.php
A test/classes/Engines/MemoryTest.php
A test/classes/Engines/MrgMyisamTest.php
A test/classes/Engines/MyisamTest.php
A test/classes/Engines/NdbclusterTest.php
A test/classes/Engines/PbxtTest.php
R test/classes/engines/BdbTest.php
R test/classes/engines/BinlogTest.php
R test/classes/engines/InnodbTest.php
R test/classes/engines/MemoryTest.php
R test/classes/engines/MrgMyisamTest.php
R test/classes/engines/MyisamTest.php
R test/classes/engines/NdbclusterTest.php
R test/classes/engines/PbxtTest.php
Log Message:
-----------
Add namespace to engines tests
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 1ed3e0fbae0adf03947f41ba0a413324ef356ac7
https://github.com/phpmyadmin/phpmyadmin/commit/1ed3e0fbae0adf03947f41ba0a4…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-20 (Wed, 20 Sep 2017)
Changed paths:
A test/classes/Gis/GisFactoryTest.php
A test/classes/Gis/GisGeomTest.php
A test/classes/Gis/GisGeometryCollectionTest.php
A test/classes/Gis/GisGeometryTest.php
A test/classes/Gis/GisLineStringTest.php
A test/classes/Gis/GisMultiLineStringTest.php
A test/classes/Gis/GisMultiPointTest.php
A test/classes/Gis/GisMultiPolygonTest.php
A test/classes/Gis/GisPointTest.php
A test/classes/Gis/GisPolygonTest.php
R test/classes/gis/GisFactoryTest.php
R test/classes/gis/GisGeomTest.php
R test/classes/gis/GisGeometryCollectionTest.php
R test/classes/gis/GisGeometryTest.php
R test/classes/gis/GisLineStringTest.php
R test/classes/gis/GisMultiLineStringTest.php
R test/classes/gis/GisMultiPointTest.php
R test/classes/gis/GisMultiPolygonTest.php
R test/classes/gis/GisPointTest.php
R test/classes/gis/GisPolygonTest.php
Log Message:
-----------
Add namespace to GIS tests
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 951116c04e673519fe95897768261e92d3b6f988
https://github.com/phpmyadmin/phpmyadmin/commit/951116c04e673519fe958977682…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-20 (Wed, 20 Sep 2017)
Changed paths:
A test/classes/Navigation/NavigationTest.php
A test/classes/Navigation/NavigationTreeTest.php
A test/classes/Navigation/NodeFactoryTest.php
A test/classes/Navigation/Nodes/NodeColumnContainerTest.php
A test/classes/Navigation/Nodes/NodeColumnTest.php
A test/classes/Navigation/Nodes/NodeDatabaseChildTest.php
A test/classes/Navigation/Nodes/NodeDatabaseTest.php
A test/classes/Navigation/Nodes/NodeEventContainerTest.php
A test/classes/Navigation/Nodes/NodeEventTest.php
A test/classes/Navigation/Nodes/NodeFunctionContainerTest.php
A test/classes/Navigation/Nodes/NodeFunctionTest.php
A test/classes/Navigation/Nodes/NodeIndexContainerTest.php
A test/classes/Navigation/Nodes/NodeIndexTest.php
A test/classes/Navigation/Nodes/NodeProcedureContainerTest.php
A test/classes/Navigation/Nodes/NodeProcedureTest.php
A test/classes/Navigation/Nodes/NodeTableContainerTest.php
A test/classes/Navigation/Nodes/NodeTableTest.php
A test/classes/Navigation/Nodes/NodeTest.php
A test/classes/Navigation/Nodes/NodeTriggerContainerTest.php
A test/classes/Navigation/Nodes/NodeTriggerTest.php
A test/classes/Navigation/Nodes/NodeViewContainerTest.php
A test/classes/Navigation/Nodes/NodeViewTest.php
R test/classes/navigation/NavigationTest.php
R test/classes/navigation/NavigationTreeTest.php
R test/classes/navigation/NodeColumnContainerTest.php
R test/classes/navigation/NodeColumnTest.php
R test/classes/navigation/NodeDatabaseChildTest.php
R test/classes/navigation/NodeDatabaseTest.php
R test/classes/navigation/NodeEventContainerTest.php
R test/classes/navigation/NodeEventTest.php
R test/classes/navigation/NodeFactoryTest.php
R test/classes/navigation/NodeFunctionContainerTest.php
R test/classes/navigation/NodeFunctionTest.php
R test/classes/navigation/NodeIndexContainerTest.php
R test/classes/navigation/NodeIndexTest.php
R test/classes/navigation/NodeProcedureContainerTest.php
R test/classes/navigation/NodeProcedureTest.php
R test/classes/navigation/NodeTableContainerTest.php
R test/classes/navigation/NodeTableTest.php
R test/classes/navigation/NodeTest.php
R test/classes/navigation/NodeTriggerContainerTest.php
R test/classes/navigation/NodeTriggerTest.php
R test/classes/navigation/NodeViewContainerTest.php
R test/classes/navigation/NodeViewTest.php
Log Message:
-----------
Add namespace to Navigation tests
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: df30240015fe0ce229eb29e9bed8dc944bd501d2
https://github.com/phpmyadmin/phpmyadmin/commit/df30240015fe0ce229eb29e9bed…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-20 (Wed, 20 Sep 2017)
Changed paths:
M test/classes/AdvisorTest.php
M test/classes/BookmarkTest.php
M test/classes/BrowseForeignersTest.php
M test/classes/CentralColumnsTest.php
M test/classes/CharsetsTest.php
M test/classes/CheckUserPrivilegesTest.php
R test/classes/ConfigGeneratorTest.php
M test/classes/ConfigTest.php
M test/classes/CoreTest.php
M test/classes/Database/DesignerTest.php
M test/classes/DatabaseInterfaceTest.php
M test/classes/DbQbeTest.php
M test/classes/DbSearchTest.php
M test/classes/Display/ChangePasswordTest.php
M test/classes/Display/CreateTableTest.php
M test/classes/Display/ExportTest.php
M test/classes/Display/ResultsTest.php
M test/classes/EncodingTest.php
M test/classes/ErrorHandlerTest.php
M test/classes/ErrorTest.php
M test/classes/ExportTest.php
M test/classes/FileTest.php
M test/classes/FontTest.php
M test/classes/FooterTest.php
M test/classes/HeaderTest.php
M test/classes/ImportTest.php
M test/classes/IndexTest.php
M test/classes/InsertEditTest.php
M test/classes/IpAllowDenyTest.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/MimeTest.php
M test/classes/MultSubmitsTest.php
M test/classes/NormalizationTest.php
M test/classes/OperationsTest.php
R test/classes/PDFTest.php
A test/classes/PdfTest.php
M test/classes/RelationTest.php
M test/classes/Rte/EventsTest.php
M test/classes/Rte/RoutinesTest.php
M test/classes/Rte/TriggersTest.php
M test/classes/SanitizeTest.php
M test/classes/ScriptsTest.php
M test/classes/Server/CommonTest.php
M test/classes/Server/PrivilegesTest.php
M test/classes/Server/Status/AdvisorTest.php
M test/classes/Server/Status/DataTest.php
M test/classes/Server/Status/MonitorTest.php
M test/classes/Server/Status/ProcessesTest.php
M test/classes/Server/Status/QueriesTest.php
M test/classes/Server/Status/VariablesTest.php
M test/classes/Server/StatusTest.php
M test/classes/Server/UserGroupsTest.php
M test/classes/Server/UsersTest.php
A test/classes/Setup/ConfigGeneratorTest.php
M test/classes/SqlTest.php
M test/classes/StorageEngineTest.php
M test/classes/Stubs/Response.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/TrackingTest.php
M test/classes/TransformationsTest.php
M test/classes/TypesMySQLTest.php
M test/classes/TypesTest.php
M test/classes/UrlTest.php
M test/classes/UtilTest.php
M test/classes/VersionInformationTest.php
M test/classes/ZipExtensionTest.php
Log Message:
-----------
Add namespace to test classes
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 433c2725beb79868cf2368dff74aeaf2a5019685
https://github.com/phpmyadmin/phpmyadmin/commit/433c2725beb79868cf2368dff74…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-20 (Wed, 20 Sep 2017)
Changed paths:
M test/classes/AdvisorTest.php
M test/classes/CentralColumnsTest.php
A test/classes/Plugins/Auth/AuthenticationConfigTest.php
A test/classes/Plugins/Auth/AuthenticationCookieTest.php
A test/classes/Plugins/Auth/AuthenticationHttpTest.php
A test/classes/Plugins/Auth/AuthenticationSignonTest.php
A test/classes/Plugins/Export/ExportCodegenTest.php
A test/classes/Plugins/Export/ExportCsvTest.php
A test/classes/Plugins/Export/ExportExcelTest.php
A test/classes/Plugins/Export/ExportHtmlwordTest.php
A test/classes/Plugins/Export/ExportJsonTest.php
A test/classes/Plugins/Export/ExportLatexTest.php
A test/classes/Plugins/Export/ExportMediawikiTest.php
A test/classes/Plugins/Export/ExportOdsTest.php
A test/classes/Plugins/Export/ExportOdtTest.php
A test/classes/Plugins/Export/ExportPdfTest.php
A test/classes/Plugins/Export/ExportPhparrayTest.php
A test/classes/Plugins/Export/ExportSqlTest.php
A test/classes/Plugins/Export/ExportTexytextTest.php
A test/classes/Plugins/Export/ExportXmlTest.php
A test/classes/Plugins/Export/ExportYamlTest.php
A test/classes/Plugins/Export/Helpers/TablePropertyTest.php
A test/classes/Plugins/Import/ImportCsvTest.php
A test/classes/Plugins/Import/ImportLdiTest.php
A test/classes/Plugins/Import/ImportMediawikiTest.php
A test/classes/Plugins/Import/ImportOdsTest.php
A test/classes/Plugins/Import/ImportShpTest.php
A test/classes/Plugins/Import/ImportSqlTest.php
A test/classes/Plugins/Import/ImportXmlTest.php
A test/classes/Plugins/Schema/DiaRelationSchemaTest.php
A test/classes/Plugins/Schema/EpsRelationSchemaTest.php
A test/classes/Plugins/Schema/ExportRelationSchemaTest.php
A test/classes/Plugins/Schema/PdfRelationSchemaTest.php
A test/classes/Plugins/Schema/SvgRelationSchemaTest.php
A test/classes/Plugins/Transformations/TransformationPluginsTest.php
R test/classes/plugin/auth/AuthenticationConfigTest.php
R test/classes/plugin/auth/AuthenticationCookieTest.php
R test/classes/plugin/auth/AuthenticationHttpTest.php
R test/classes/plugin/auth/AuthenticationSignonTest.php
R test/classes/plugin/export/ExportCodegenTest.php
R test/classes/plugin/export/ExportCsvTest.php
R test/classes/plugin/export/ExportExcelTest.php
R test/classes/plugin/export/ExportHtmlwordTest.php
R test/classes/plugin/export/ExportJsonTest.php
R test/classes/plugin/export/ExportLatexTest.php
R test/classes/plugin/export/ExportMediawikiTest.php
R test/classes/plugin/export/ExportOdsTest.php
R test/classes/plugin/export/ExportOdtTest.php
R test/classes/plugin/export/ExportPdfTest.php
R test/classes/plugin/export/ExportPhparrayTest.php
R test/classes/plugin/export/ExportSqlTest.php
R test/classes/plugin/export/ExportTexytextTest.php
R test/classes/plugin/export/ExportXmlTest.php
R test/classes/plugin/export/ExportYamlTest.php
R test/classes/plugin/export/helpers/TablePropertyTest.php
R test/classes/plugin/import/ImportCsvTest.php
R test/classes/plugin/import/ImportLdiTest.php
R test/classes/plugin/import/ImportMediawikiTest.php
R test/classes/plugin/import/ImportOdsTest.php
R test/classes/plugin/import/ImportShpTest.php
R test/classes/plugin/import/ImportSqlTest.php
R test/classes/plugin/import/ImportXmlTest.php
R test/classes/plugin/transformations/TransformationPluginsTest.php
R test/classes/schema/DiaRelationSchemaTest.php
R test/classes/schema/EpsRelationSchemaTest.php
R test/classes/schema/ExportRelationSchemaTest.php
R test/classes/schema/PdfRelationSchemaTest.php
R test/classes/schema/SvgRelationSchemaTest.php
Log Message:
-----------
Add namespace to plugins tests
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: 5c7ee91bebfdb36f44d2e67992b1a4d1093a2245
https://github.com/phpmyadmin/phpmyadmin/commit/5c7ee91bebfdb36f44d2e67992b…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-20 (Wed, 20 Sep 2017)
Changed paths:
A test/classes/Properties/Options/Groups/OptionsPropertyMainGroupTest.php
A test/classes/Properties/Options/Groups/OptionsPropertyRootGroupTest.php
A test/classes/Properties/Options/Groups/OptionsPropertySubgroupTest.php
A test/classes/Properties/Options/Items/PropertyItemsTest.php
A test/classes/Properties/Options/OptionsPropertyGroupTest.php
A test/classes/Properties/Options/OptionsPropertyItemTest.php
A test/classes/Properties/Options/OptionsPropertyOneItemTest.php
A test/classes/Properties/Plugins/ExportPluginPropertiesTest.php
A test/classes/Properties/Plugins/ImportPluginPropertiesTest.php
A test/classes/Properties/Plugins/PluginPropertyItemTest.php
A test/classes/Properties/PropertyItemTest.php
R test/classes/properties/PropertyItemTest.php
R test/classes/properties/options/OptionsPropertyGroupTest.php
R test/classes/properties/options/OptionsPropertyItemTest.php
R test/classes/properties/options/OptionsPropertyOneItemTest.php
R test/classes/properties/options/groups/OptionsPropertyMainGroupTest.php
R test/classes/properties/options/groups/OptionsPropertyRootGroupTest.php
R test/classes/properties/options/groups/OptionsPropertySubgroupTest.php
R test/classes/properties/options/items/PropertyItemsTest.php
R test/classes/properties/plugins/ExportPluginPropertiesTest.php
R test/classes/properties/plugins/ImportPluginPropertiesTest.php
R test/classes/properties/plugins/PluginPropertyItemTest.php
Log Message:
-----------
Add namespace to properties tests
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: df468d28721e74b3747752685f3f952e98b9725d
https://github.com/phpmyadmin/phpmyadmin/commit/df468d28721e74b3747752685f3…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-20 (Wed, 20 Sep 2017)
Changed paths:
A test/classes/Config/ConfigFileTest.php
A test/classes/Config/DescriptionTest.php
A test/classes/Config/FormDisplayTemplateTest.php
A test/classes/Config/FormDisplayTest.php
A test/classes/Config/FormTest.php
A test/classes/Config/Forms/FormListTest.php
A test/classes/Config/PageSettingsTest.php
A test/classes/Config/ServerConfigChecksTest.php
R test/classes/config/ConfigFileTest.php
R test/classes/config/DescriptionTest.php
R test/classes/config/FormDisplayTemplateTest.php
R test/classes/config/FormDisplayTest.php
R test/classes/config/FormListTest.php
R test/classes/config/FormTest.php
R test/classes/config/PageSettingsTest.php
R test/classes/config/ServerConfigChecksTest.php
Log Message:
-----------
Add namespace to config tests
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Commit: fcead90b472db5c8b567e5e4a713c7d0890cacc4
https://github.com/phpmyadmin/phpmyadmin/commit/fcead90b472db5c8b567e5e4a71…
Author: Maurício Meneghini Fauth <mauriciofauth(a)gmail.com>
Date: 2017-09-20 (Wed, 20 Sep 2017)
Changed paths:
M composer.json
M test/classes/AdvisorTest.php
M test/classes/BookmarkTest.php
M test/classes/BrowseForeignersTest.php
M test/classes/CentralColumnsTest.php
M test/classes/CharsetsTest.php
M test/classes/CheckUserPrivilegesTest.php
A test/classes/Config/ConfigFileTest.php
A test/classes/Config/DescriptionTest.php
A test/classes/Config/FormDisplayTemplateTest.php
A test/classes/Config/FormDisplayTest.php
A test/classes/Config/FormTest.php
A test/classes/Config/Forms/FormListTest.php
A test/classes/Config/PageSettingsTest.php
A test/classes/Config/ServerConfigChecksTest.php
R test/classes/ConfigGeneratorTest.php
M test/classes/ConfigTest.php
A test/classes/Controllers/Database/DatabaseStructureControllerTest.php
A test/classes/Controllers/Server/ServerBinlogControllerTest.php
A test/classes/Controllers/Server/ServerCollationsControllerTest.php
A test/classes/Controllers/Server/ServerDatabasesControllerTest.php
A test/classes/Controllers/Server/ServerEnginesControllerTest.php
A test/classes/Controllers/Server/ServerPluginsControllerTest.php
A test/classes/Controllers/Server/ServerVariablesControllerTest.php
A test/classes/Controllers/Table/TableIndexesControllerTest.php
A test/classes/Controllers/Table/TableRelationControllerTest.php
A test/classes/Controllers/Table/TableSearchControllerTest.php
A test/classes/Controllers/Table/TableStructureControllerTest.php
M test/classes/CoreTest.php
M test/classes/Database/DesignerTest.php
M test/classes/DatabaseInterfaceTest.php
M test/classes/DbQbeTest.php
M test/classes/DbSearchTest.php
A test/classes/Dbi/DbiMysqlTest.php
A test/classes/Dbi/DbiMysqliTest.php
A test/classes/Di/ContainerExceptionTest.php
A test/classes/Di/ContainerTest.php
A test/classes/Di/NotFoundExceptionTest.php
M test/classes/Display/ChangePasswordTest.php
M test/classes/Display/CreateTableTest.php
M test/classes/Display/ExportTest.php
M test/classes/Display/ResultsTest.php
M test/classes/EncodingTest.php
A test/classes/Engines/BdbTest.php
A test/classes/Engines/BinlogTest.php
A test/classes/Engines/InnodbTest.php
A test/classes/Engines/MemoryTest.php
A test/classes/Engines/MrgMyisamTest.php
A test/classes/Engines/MyisamTest.php
A test/classes/Engines/NdbclusterTest.php
A test/classes/Engines/PbxtTest.php
M test/classes/ErrorHandlerTest.php
M test/classes/ErrorTest.php
M test/classes/ExportTest.php
M test/classes/FileTest.php
M test/classes/FontTest.php
M test/classes/FooterTest.php
A test/classes/Gis/GisFactoryTest.php
A test/classes/Gis/GisGeomTest.php
A test/classes/Gis/GisGeometryCollectionTest.php
A test/classes/Gis/GisGeometryTest.php
A test/classes/Gis/GisLineStringTest.php
A test/classes/Gis/GisMultiLineStringTest.php
A test/classes/Gis/GisMultiPointTest.php
A test/classes/Gis/GisMultiPolygonTest.php
A test/classes/Gis/GisPointTest.php
A test/classes/Gis/GisPolygonTest.php
M test/classes/HeaderTest.php
M test/classes/ImportTest.php
M test/classes/IndexTest.php
M test/classes/InsertEditTest.php
M test/classes/IpAllowDenyTest.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/MimeTest.php
M test/classes/MultSubmitsTest.php
A test/classes/Navigation/NavigationTest.php
A test/classes/Navigation/NavigationTreeTest.php
A test/classes/Navigation/NodeFactoryTest.php
A test/classes/Navigation/Nodes/NodeColumnContainerTest.php
A test/classes/Navigation/Nodes/NodeColumnTest.php
A test/classes/Navigation/Nodes/NodeDatabaseChildTest.php
A test/classes/Navigation/Nodes/NodeDatabaseTest.php
A test/classes/Navigation/Nodes/NodeEventContainerTest.php
A test/classes/Navigation/Nodes/NodeEventTest.php
A test/classes/Navigation/Nodes/NodeFunctionContainerTest.php
A test/classes/Navigation/Nodes/NodeFunctionTest.php
A test/classes/Navigation/Nodes/NodeIndexContainerTest.php
A test/classes/Navigation/Nodes/NodeIndexTest.php
A test/classes/Navigation/Nodes/NodeProcedureContainerTest.php
A test/classes/Navigation/Nodes/NodeProcedureTest.php
A test/classes/Navigation/Nodes/NodeTableContainerTest.php
A test/classes/Navigation/Nodes/NodeTableTest.php
A test/classes/Navigation/Nodes/NodeTest.php
A test/classes/Navigation/Nodes/NodeTriggerContainerTest.php
A test/classes/Navigation/Nodes/NodeTriggerTest.php
A test/classes/Navigation/Nodes/NodeViewContainerTest.php
A test/classes/Navigation/Nodes/NodeViewTest.php
M test/classes/NormalizationTest.php
M test/classes/OperationsTest.php
R test/classes/PDFTest.php
A test/classes/PdfTest.php
A test/classes/Plugins/Auth/AuthenticationConfigTest.php
A test/classes/Plugins/Auth/AuthenticationCookieTest.php
A test/classes/Plugins/Auth/AuthenticationHttpTest.php
A test/classes/Plugins/Auth/AuthenticationSignonTest.php
A test/classes/Plugins/Export/ExportCodegenTest.php
A test/classes/Plugins/Export/ExportCsvTest.php
A test/classes/Plugins/Export/ExportExcelTest.php
A test/classes/Plugins/Export/ExportHtmlwordTest.php
A test/classes/Plugins/Export/ExportJsonTest.php
A test/classes/Plugins/Export/ExportLatexTest.php
A test/classes/Plugins/Export/ExportMediawikiTest.php
A test/classes/Plugins/Export/ExportOdsTest.php
A test/classes/Plugins/Export/ExportOdtTest.php
A test/classes/Plugins/Export/ExportPdfTest.php
A test/classes/Plugins/Export/ExportPhparrayTest.php
A test/classes/Plugins/Export/ExportSqlTest.php
A test/classes/Plugins/Export/ExportTexytextTest.php
A test/classes/Plugins/Export/ExportXmlTest.php
A test/classes/Plugins/Export/ExportYamlTest.php
A test/classes/Plugins/Export/Helpers/TablePropertyTest.php
A test/classes/Plugins/Import/ImportCsvTest.php
A test/classes/Plugins/Import/ImportLdiTest.php
A test/classes/Plugins/Import/ImportMediawikiTest.php
A test/classes/Plugins/Import/ImportOdsTest.php
A test/classes/Plugins/Import/ImportShpTest.php
A test/classes/Plugins/Import/ImportSqlTest.php
A test/classes/Plugins/Import/ImportXmlTest.php
A test/classes/Plugins/Schema/DiaRelationSchemaTest.php
A test/classes/Plugins/Schema/EpsRelationSchemaTest.php
A test/classes/Plugins/Schema/ExportRelationSchemaTest.php
A test/classes/Plugins/Schema/PdfRelationSchemaTest.php
A test/classes/Plugins/Schema/SvgRelationSchemaTest.php
A test/classes/Plugins/Transformations/TransformationPluginsTest.php
A test/classes/Properties/Options/Groups/OptionsPropertyMainGroupTest.php
A test/classes/Properties/Options/Groups/OptionsPropertyRootGroupTest.php
A test/classes/Properties/Options/Groups/OptionsPropertySubgroupTest.php
A test/classes/Properties/Options/Items/PropertyItemsTest.php
A test/classes/Properties/Options/OptionsPropertyGroupTest.php
A test/classes/Properties/Options/OptionsPropertyItemTest.php
A test/classes/Properties/Options/OptionsPropertyOneItemTest.php
A test/classes/Properties/Plugins/ExportPluginPropertiesTest.php
A test/classes/Properties/Plugins/ImportPluginPropertiesTest.php
A test/classes/Properties/Plugins/PluginPropertyItemTest.php
A test/classes/Properties/PropertyItemTest.php
M test/classes/RelationTest.php
M test/classes/Rte/EventsTest.php
M test/classes/Rte/RoutinesTest.php
M test/classes/Rte/TriggersTest.php
M test/classes/SanitizeTest.php
M test/classes/ScriptsTest.php
M test/classes/Server/CommonTest.php
M test/classes/Server/PrivilegesTest.php
M test/classes/Server/Status/AdvisorTest.php
M test/classes/Server/Status/DataTest.php
M test/classes/Server/Status/MonitorTest.php
M test/classes/Server/Status/ProcessesTest.php
M test/classes/Server/Status/QueriesTest.php
M test/classes/Server/Status/VariablesTest.php
M test/classes/Server/StatusTest.php
M test/classes/Server/UserGroupsTest.php
M test/classes/Server/UsersTest.php
A test/classes/Setup/ConfigGeneratorTest.php
M test/classes/SqlTest.php
M test/classes/StorageEngineTest.php
M test/classes/Stubs/Response.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/TrackingTest.php
M test/classes/TransformationsTest.php
M test/classes/TypesMySQLTest.php
M test/classes/TypesTest.php
M test/classes/UrlTest.php
M test/classes/UtilTest.php
M test/classes/VersionInformationTest.php
M test/classes/ZipExtensionTest.php
R test/classes/config/ConfigFileTest.php
R test/classes/config/DescriptionTest.php
R test/classes/config/FormDisplayTemplateTest.php
R test/classes/config/FormDisplayTest.php
R test/classes/config/FormListTest.php
R test/classes/config/FormTest.php
R test/classes/config/PageSettingsTest.php
R test/classes/config/ServerConfigChecksTest.php
R test/classes/controllers/DatabaseStructureControllerTest.php
R test/classes/controllers/ServerBinlogControllerTest.php
R test/classes/controllers/ServerCollationsControllerTest.php
R test/classes/controllers/ServerDatabasesControllerTest.php
R test/classes/controllers/ServerEnginesControllerTest.php
R test/classes/controllers/ServerPluginsControllerTest.php
R test/classes/controllers/ServerVariablesControllerTest.php
R test/classes/controllers/TableIndexesControllerTest.php
R test/classes/controllers/TableRelationControllerTest.php
R test/classes/controllers/TableSearchControllerTest.php
R test/classes/controllers/TableStructureControllerTest.php
R test/classes/dbi/DbiMysqlTest.php
R test/classes/dbi/DbiMysqliTest.php
R test/classes/di/ContainerExceptionTest.php
R test/classes/di/ContainerTest.php
R test/classes/di/NotFoundExceptionTest.php
R test/classes/engines/BdbTest.php
R test/classes/engines/BinlogTest.php
R test/classes/engines/InnodbTest.php
R test/classes/engines/MemoryTest.php
R test/classes/engines/MrgMyisamTest.php
R test/classes/engines/MyisamTest.php
R test/classes/engines/NdbclusterTest.php
R test/classes/engines/PbxtTest.php
R test/classes/gis/GisFactoryTest.php
R test/classes/gis/GisGeomTest.php
R test/classes/gis/GisGeometryCollectionTest.php
R test/classes/gis/GisGeometryTest.php
R test/classes/gis/GisLineStringTest.php
R test/classes/gis/GisMultiLineStringTest.php
R test/classes/gis/GisMultiPointTest.php
R test/classes/gis/GisMultiPolygonTest.php
R test/classes/gis/GisPointTest.php
R test/classes/gis/GisPolygonTest.php
R test/classes/navigation/NavigationTest.php
R test/classes/navigation/NavigationTreeTest.php
R test/classes/navigation/NodeColumnContainerTest.php
R test/classes/navigation/NodeColumnTest.php
R test/classes/navigation/NodeDatabaseChildTest.php
R test/classes/navigation/NodeDatabaseTest.php
R test/classes/navigation/NodeEventContainerTest.php
R test/classes/navigation/NodeEventTest.php
R test/classes/navigation/NodeFactoryTest.php
R test/classes/navigation/NodeFunctionContainerTest.php
R test/classes/navigation/NodeFunctionTest.php
R test/classes/navigation/NodeIndexContainerTest.php
R test/classes/navigation/NodeIndexTest.php
R test/classes/navigation/NodeProcedureContainerTest.php
R test/classes/navigation/NodeProcedureTest.php
R test/classes/navigation/NodeTableContainerTest.php
R test/classes/navigation/NodeTableTest.php
R test/classes/navigation/NodeTest.php
R test/classes/navigation/NodeTriggerContainerTest.php
R test/classes/navigation/NodeTriggerTest.php
R test/classes/navigation/NodeViewContainerTest.php
R test/classes/navigation/NodeViewTest.php
R test/classes/plugin/auth/AuthenticationConfigTest.php
R test/classes/plugin/auth/AuthenticationCookieTest.php
R test/classes/plugin/auth/AuthenticationHttpTest.php
R test/classes/plugin/auth/AuthenticationSignonTest.php
R test/classes/plugin/export/ExportCodegenTest.php
R test/classes/plugin/export/ExportCsvTest.php
R test/classes/plugin/export/ExportExcelTest.php
R test/classes/plugin/export/ExportHtmlwordTest.php
R test/classes/plugin/export/ExportJsonTest.php
R test/classes/plugin/export/ExportLatexTest.php
R test/classes/plugin/export/ExportMediawikiTest.php
R test/classes/plugin/export/ExportOdsTest.php
R test/classes/plugin/export/ExportOdtTest.php
R test/classes/plugin/export/ExportPdfTest.php
R test/classes/plugin/export/ExportPhparrayTest.php
R test/classes/plugin/export/ExportSqlTest.php
R test/classes/plugin/export/ExportTexytextTest.php
R test/classes/plugin/export/ExportXmlTest.php
R test/classes/plugin/export/ExportYamlTest.php
R test/classes/plugin/export/helpers/TablePropertyTest.php
R test/classes/plugin/import/ImportCsvTest.php
R test/classes/plugin/import/ImportLdiTest.php
R test/classes/plugin/import/ImportMediawikiTest.php
R test/classes/plugin/import/ImportOdsTest.php
R test/classes/plugin/import/ImportShpTest.php
R test/classes/plugin/import/ImportSqlTest.php
R test/classes/plugin/import/ImportXmlTest.php
R test/classes/plugin/transformations/TransformationPluginsTest.php
R test/classes/properties/PropertyItemTest.php
R test/classes/properties/options/OptionsPropertyGroupTest.php
R test/classes/properties/options/OptionsPropertyItemTest.php
R test/classes/properties/options/OptionsPropertyOneItemTest.php
R test/classes/properties/options/groups/OptionsPropertyMainGroupTest.php
R test/classes/properties/options/groups/OptionsPropertyRootGroupTest.php
R test/classes/properties/options/groups/OptionsPropertySubgroupTest.php
R test/classes/properties/options/items/PropertyItemsTest.php
R test/classes/properties/plugins/ExportPluginPropertiesTest.php
R test/classes/properties/plugins/ImportPluginPropertiesTest.php
R test/classes/properties/plugins/PluginPropertyItemTest.php
R test/classes/schema/DiaRelationSchemaTest.php
R test/classes/schema/EpsRelationSchemaTest.php
R test/classes/schema/ExportRelationSchemaTest.php
R test/classes/schema/PdfRelationSchemaTest.php
R test/classes/schema/SvgRelationSchemaTest.php
Log Message:
-----------
Merge pull request #13695 from mauriciofauth/tests
Add namespace to test classes
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/a1774846c03e...fcead90b472d