Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 556594b4cd4f50fd0f3cacbb19d894deea59ffb2 https://github.com/phpmyadmin/phpmyadmin/commit/556594b4cd4f50fd0f3cacbb19d8... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-02-24 (Fri, 02 February 2023) -03:00
Changed paths: M libraries/classes/Advisory/Advisor.php M libraries/classes/Bookmark.php M libraries/classes/Charsets/Collation.php M libraries/classes/Config.php M libraries/classes/Config/Descriptions.php M libraries/classes/Config/FormDisplay.php M libraries/classes/Config/Forms/BaseForm.php M libraries/classes/Config/Forms/BaseFormList.php M libraries/classes/Config/Forms/Page/BrowseForm.php M libraries/classes/Config/Forms/Page/DbStructureForm.php M libraries/classes/Config/Forms/Page/EditForm.php M libraries/classes/Config/Forms/Page/TableStructureForm.php M libraries/classes/Config/Forms/Setup/ConfigForm.php M libraries/classes/Config/Forms/Setup/FeaturesForm.php M libraries/classes/Config/Forms/Setup/MainForm.php M libraries/classes/Config/Forms/Setup/ServersForm.php M libraries/classes/Config/Forms/Setup/SqlForm.php M libraries/classes/Config/Forms/User/ExportForm.php M libraries/classes/Config/Forms/User/FeaturesForm.php M libraries/classes/Config/Forms/User/ImportForm.php M libraries/classes/Config/Forms/User/MainForm.php M libraries/classes/Config/Forms/User/NaviForm.php M libraries/classes/Config/Forms/User/SqlForm.php M libraries/classes/Config/ServerConfigChecks.php M libraries/classes/Config/Settings.php M libraries/classes/Config/Settings/Console.php M libraries/classes/Config/Settings/Debug.php M libraries/classes/Config/Settings/Export.php M libraries/classes/Config/Settings/Import.php M libraries/classes/Config/Settings/Schema.php M libraries/classes/Config/Settings/Server.php M libraries/classes/Config/Settings/SqlQueryBox.php M libraries/classes/Config/Settings/Transformations.php M libraries/classes/ConfigStorage/Features/BookmarkFeature.php M libraries/classes/ConfigStorage/Features/BrowserTransformationFeature.php M libraries/classes/ConfigStorage/Features/CentralColumnsFeature.php M libraries/classes/ConfigStorage/Features/ColumnCommentsFeature.php M libraries/classes/ConfigStorage/Features/ConfigurableMenusFeature.php M libraries/classes/ConfigStorage/Features/DatabaseDesignerSettingsFeature.php M libraries/classes/ConfigStorage/Features/DisplayFeature.php M libraries/classes/ConfigStorage/Features/ExportTemplatesFeature.php M libraries/classes/ConfigStorage/Features/FavoriteTablesFeature.php M libraries/classes/ConfigStorage/Features/NavigationItemsHidingFeature.php M libraries/classes/ConfigStorage/Features/PdfFeature.php M libraries/classes/ConfigStorage/Features/RecentlyUsedTablesFeature.php M libraries/classes/ConfigStorage/Features/RelationFeature.php M libraries/classes/ConfigStorage/Features/SavedQueryByExampleSearchesFeature.php M libraries/classes/ConfigStorage/Features/SqlHistoryFeature.php M libraries/classes/ConfigStorage/Features/TrackingFeature.php M libraries/classes/ConfigStorage/Features/UiPreferencesFeature.php M libraries/classes/ConfigStorage/Features/UserPreferencesFeature.php M libraries/classes/ConfigStorage/RelationCleanup.php M libraries/classes/ConfigStorage/RelationParameters.php M libraries/classes/ConfigStorage/UserGroups.php M libraries/classes/Controllers/AbstractController.php M libraries/classes/Controllers/Database/CentralColumnsController.php M libraries/classes/Controllers/Database/StructureController.php M libraries/classes/Controllers/Import/ImportController.php M libraries/classes/Controllers/JavaScriptMessagesController.php M libraries/classes/Controllers/Server/Privileges/AccountLockController.php M libraries/classes/Controllers/Server/Privileges/AccountUnlockController.php M libraries/classes/Controllers/Server/Status/Processes/KillController.php M libraries/classes/Controllers/Server/Status/StatusController.php M libraries/classes/Controllers/Server/Status/VariablesController.php M libraries/classes/Controllers/Server/Variables/GetVariableController.php M libraries/classes/Controllers/Setup/AbstractController.php M libraries/classes/Controllers/Setup/ServersController.php M libraries/classes/Controllers/Sql/SqlController.php M libraries/classes/Controllers/Table/ChartController.php M libraries/classes/Controllers/Table/Partition/AnalyzeController.php M libraries/classes/Controllers/Table/Partition/CheckController.php M libraries/classes/Controllers/Table/Partition/DropController.php M libraries/classes/Controllers/Table/Partition/OptimizeController.php M libraries/classes/Controllers/Table/Partition/RebuildController.php M libraries/classes/Controllers/Table/Partition/RepairController.php M libraries/classes/Controllers/Table/Partition/TruncateController.php M libraries/classes/Controllers/Table/ReplaceController.php M libraries/classes/Controllers/Table/Structure/ChangeController.php M libraries/classes/Controllers/Table/Structure/MoveColumnsController.php M libraries/classes/Controllers/Table/Structure/PartitioningController.php M libraries/classes/Controllers/Table/TrackingController.php M libraries/classes/Controllers/Transformation/WrapperController.php M libraries/classes/Controllers/View/CreateController.php M libraries/classes/Core.php M libraries/classes/Database/CentralColumns.php M libraries/classes/Database/Events.php M libraries/classes/Database/Routines.php M libraries/classes/Database/Search.php M libraries/classes/Database/Triggers.php M libraries/classes/DatabaseInterface.php M libraries/classes/Dbal/Connection.php M libraries/classes/Dbal/DatabaseName.php M libraries/classes/Dbal/InvalidDatabaseName.php M libraries/classes/Dbal/InvalidTableName.php M libraries/classes/Dbal/MysqliResult.php M libraries/classes/Dbal/TableName.php M libraries/classes/Dbal/Warning.php M libraries/classes/Display/DisplayParts.php M libraries/classes/EditField.php M libraries/classes/Error.php M libraries/classes/Export.php M libraries/classes/Export/TemplateModel.php M libraries/classes/FieldMetadata.php M libraries/classes/File.php M libraries/classes/Header.php M libraries/classes/Http/Factory/ServerRequestFactory.php M libraries/classes/Http/ServerRequest.php M libraries/classes/Image/ImageWrapper.php M libraries/classes/Import.php M libraries/classes/Index.php M libraries/classes/IndexColumn.php M libraries/classes/InternalRelations.php M libraries/classes/ListAbstract.php M libraries/classes/Navigation/Navigation.php M libraries/classes/Navigation/NavigationTree.php M libraries/classes/Navigation/Nodes/NodeColumn.php M libraries/classes/Navigation/Nodes/NodeColumnContainer.php M libraries/classes/Navigation/Nodes/NodeDatabase.php M libraries/classes/Navigation/Nodes/NodeDatabaseChildContainer.php M libraries/classes/Navigation/Nodes/NodeEvent.php M libraries/classes/Navigation/Nodes/NodeEventContainer.php M libraries/classes/Navigation/Nodes/NodeFunction.php M libraries/classes/Navigation/Nodes/NodeFunctionContainer.php M libraries/classes/Navigation/Nodes/NodeIndex.php M libraries/classes/Navigation/Nodes/NodeIndexContainer.php M libraries/classes/Navigation/Nodes/NodeProcedure.php M libraries/classes/Navigation/Nodes/NodeProcedureContainer.php M libraries/classes/Navigation/Nodes/NodeTable.php M libraries/classes/Navigation/Nodes/NodeTableContainer.php M libraries/classes/Navigation/Nodes/NodeTrigger.php M libraries/classes/Navigation/Nodes/NodeTriggerContainer.php M libraries/classes/Navigation/Nodes/NodeView.php M libraries/classes/Navigation/Nodes/NodeViewContainer.php M libraries/classes/Operations.php M libraries/classes/Partitioning/TablePartitionDefinition.php M libraries/classes/Pdf.php M libraries/classes/Plugins.php M libraries/classes/Plugins/Auth/AuthenticationConfig.php M libraries/classes/Plugins/Auth/AuthenticationHttp.php M libraries/classes/Plugins/AuthenticationPluginFactory.php M libraries/classes/Plugins/Export/ExportCodegen.php M libraries/classes/Plugins/Export/ExportCsv.php M libraries/classes/Plugins/Export/ExportExcel.php M libraries/classes/Plugins/Export/ExportHtmlword.php M libraries/classes/Plugins/Export/ExportJson.php M libraries/classes/Plugins/Export/ExportLatex.php M libraries/classes/Plugins/Export/ExportMediawiki.php M libraries/classes/Plugins/Export/ExportOds.php M libraries/classes/Plugins/Export/ExportOdt.php M libraries/classes/Plugins/Export/ExportPdf.php M libraries/classes/Plugins/Export/ExportPhparray.php M libraries/classes/Plugins/Export/ExportSql.php M libraries/classes/Plugins/Export/ExportTexytext.php M libraries/classes/Plugins/Export/ExportXml.php M libraries/classes/Plugins/Export/ExportYaml.php M libraries/classes/Plugins/Export/Helpers/Pdf.php M libraries/classes/Plugins/Export/Helpers/TableProperty.php M libraries/classes/Plugins/Import/ImportCsv.php M libraries/classes/Plugins/Import/ImportLdi.php M libraries/classes/Plugins/Import/ImportMediawiki.php M libraries/classes/Plugins/Import/ImportOds.php M libraries/classes/Plugins/Import/ImportShp.php M libraries/classes/Plugins/Import/ImportSql.php M libraries/classes/Plugins/Import/ImportXml.php M libraries/classes/Plugins/Plugin.php M libraries/classes/Plugins/Schema/Dia/DiaRelationSchema.php M libraries/classes/Plugins/Schema/Eps/EpsRelationSchema.php M libraries/classes/Plugins/Schema/Eps/RelationStatsEps.php M libraries/classes/Plugins/Schema/ExportRelationSchema.php M libraries/classes/Plugins/Schema/Pdf/Pdf.php M libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php M libraries/classes/Plugins/Schema/Pdf/RelationStatsPdf.php M libraries/classes/Plugins/Schema/SchemaDia.php M libraries/classes/Plugins/Schema/SchemaEps.php M libraries/classes/Plugins/Schema/SchemaPdf.php M libraries/classes/Plugins/Schema/SchemaSvg.php M libraries/classes/Plugins/Schema/Svg/RelationStatsSvg.php M libraries/classes/Plugins/Schema/Svg/SvgRelationSchema.php M libraries/classes/Plugins/SchemaPlugin.php M libraries/classes/Plugins/TwoFactor/Application.php M libraries/classes/Plugins/TwoFactor/Key.php M libraries/classes/Plugins/TwoFactor/WebAuthn.php M libraries/classes/Properties/Options/OptionsPropertyGroup.php M libraries/classes/Query/Compatibility.php M libraries/classes/Query/Generator.php M libraries/classes/ReplicationInfo.php M libraries/classes/Routing.php M libraries/classes/Server/Plugin.php M libraries/classes/Server/Plugins.php M libraries/classes/Server/Privileges.php M libraries/classes/Server/Privileges/AccountLocking.php M libraries/classes/Server/Status/Monitor.php M libraries/classes/Server/Status/Processes.php M libraries/classes/Session.php M libraries/classes/StatementInfo.php M libraries/classes/StorageEngine.php M libraries/classes/Table.php M libraries/classes/Table/Maintenance.php M libraries/classes/Table/Maintenance/Message.php M libraries/classes/ThemeManager.php M libraries/classes/Twig/AssetExtension.php M libraries/classes/TwoFactor.php M libraries/classes/Types.php M libraries/classes/UrlRedirector.php M libraries/classes/UserPassword.php M libraries/classes/Utils/SessionCache.php M libraries/classes/WebAuthn/CBORDecoder.php M libraries/classes/WebAuthn/DataStream.php M libraries/classes/WebAuthn/WebauthnLibServer.php M libraries/config.default.php M phpcs.xml.dist M test/classes/AbstractNetworkTestCase.php M test/classes/Advisory/AdvisorTest.php M test/classes/BookmarkTest.php M test/classes/BrowseForeignersTest.php M test/classes/CacheTest.php M test/classes/Charsets/CharsetTest.php M test/classes/Charsets/CollationTest.php M test/classes/CheckUserPrivilegesTest.php M test/classes/Command/SetVersionCommandTest.php M test/classes/Command/TwigLintCommandTest.php M test/classes/Command/WriteGitRevisionCommandTest.php M test/classes/CommonTest.php M test/classes/Config/ConfigFileTest.php M test/classes/Config/DescriptionTest.php M test/classes/Config/FormDisplayTemplateTest.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/Config/Settings/ConsoleTest.php M test/classes/Config/Settings/DebugTest.php M test/classes/Config/Settings/ExportTest.php M test/classes/Config/Settings/ImportTest.php M test/classes/Config/Settings/SchemaTest.php M test/classes/Config/Settings/ServerTest.php M test/classes/Config/Settings/SqlQueryBoxTest.php M test/classes/Config/Settings/TransformationsTest.php M test/classes/Config/SettingsTest.php M test/classes/ConfigStorage/RelationCleanupTest.php M test/classes/ConfigStorage/RelationParametersTest.php M test/classes/ConfigStorage/UserGroupsTest.php M test/classes/ConfigTest.php M test/classes/ConsoleTest.php M test/classes/Controllers/AbstractControllerTest.php M test/classes/Controllers/CheckRelationsControllerTest.php M test/classes/Controllers/CollationConnectionControllerTest.php M test/classes/Controllers/Console/Bookmark/AddControllerTest.php M test/classes/Controllers/Console/Bookmark/RefreshControllerTest.php M test/classes/Controllers/Database/MultiTableQuery/TablesControllerTest.php M test/classes/Controllers/Database/PrivilegesControllerTest.php M test/classes/Controllers/Database/Structure/FavoriteTableControllerTest.php M test/classes/Controllers/Database/Structure/RealRowCountControllerTest.php M test/classes/Controllers/Database/StructureControllerTest.php M test/classes/Controllers/Export/ExportControllerTest.php M test/classes/Controllers/Export/Template/CreateControllerTest.php M test/classes/Controllers/Export/Template/DeleteControllerTest.php M test/classes/Controllers/Export/Template/LoadControllerTest.php M test/classes/Controllers/Export/Template/UpdateControllerTest.php M test/classes/Controllers/Import/ImportControllerTest.php M test/classes/Controllers/JavaScriptMessagesControllerTest.php M test/classes/Controllers/LintControllerTest.php M test/classes/Controllers/LogoutControllerTest.php M test/classes/Controllers/NavigationControllerTest.php M test/classes/Controllers/Normalization/AddNewPrimaryControllerTest.php M test/classes/Controllers/Normalization/CreateNewColumnControllerTest.php M test/classes/Controllers/Normalization/FirstNormalForm/FirstStepControllerTest.php M test/classes/Controllers/Normalization/FirstNormalForm/FourthStepControllerTest.php M test/classes/Controllers/Normalization/FirstNormalForm/SecondStepControllerTest.php M test/classes/Controllers/Normalization/FirstNormalForm/ThirdStepControllerTest.php M test/classes/Controllers/Normalization/GetColumnsControllerTest.php M test/classes/Controllers/Normalization/MainControllerTest.php M test/classes/Controllers/Normalization/MoveRepeatingGroupTest.php M test/classes/Controllers/Normalization/PartialDependenciesControllerTest.php M test/classes/Controllers/Normalization/SecondNormalForm/CreateNewTablesControllerTest.php M test/classes/Controllers/Normalization/SecondNormalForm/FirstStepControllerTest.php M test/classes/Controllers/Normalization/SecondNormalForm/NewTablesControllerTest.php M test/classes/Controllers/Normalization/ThirdNormalForm/CreateNewTablesControllerTest.php M test/classes/Controllers/Normalization/ThirdNormalForm/FirstStepControllerTest.php M test/classes/Controllers/Normalization/ThirdNormalForm/NewTablesControllerTest.php M test/classes/Controllers/SchemaExportControllerTest.php M test/classes/Controllers/Server/BinlogControllerTest.php M test/classes/Controllers/Server/CollationsControllerTest.php M test/classes/Controllers/Server/Databases/CreateControllerTest.php M test/classes/Controllers/Server/Databases/DestroyControllerTest.php M test/classes/Controllers/Server/DatabasesControllerTest.php M test/classes/Controllers/Server/EnginesControllerTest.php M test/classes/Controllers/Server/PluginsControllerTest.php M test/classes/Controllers/Server/Privileges/AccountLockControllerTest.php M test/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php M test/classes/Controllers/Server/PrivilegesControllerTest.php M test/classes/Controllers/Server/ShowEngineControllerTest.php M test/classes/Controllers/Server/Status/AdvisorControllerTest.php M test/classes/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php M test/classes/Controllers/Server/Status/Monitor/LogVarsControllerTest.php M test/classes/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php M test/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php M test/classes/Controllers/Server/Status/MonitorControllerTest.php M test/classes/Controllers/Server/Status/Processes/RefreshControllerTest.php M test/classes/Controllers/Server/Status/ProcessesControllerTest.php M test/classes/Controllers/Server/Status/QueriesControllerTest.php M test/classes/Controllers/Server/Status/StatusControllerTest.php M test/classes/Controllers/Server/Status/VariablesControllerTest.php M test/classes/Controllers/Server/VariablesControllerTest.php M test/classes/Controllers/Sql/EnumValuesControllerTest.php M test/classes/Controllers/Sql/SetValuesControllerTest.php M test/classes/Controllers/Table/AddFieldControllerTest.php M test/classes/Controllers/Table/ChangeControllerTest.php M test/classes/Controllers/Table/ChangeRowsControllerTest.php M test/classes/Controllers/Table/ChartControllerTest.php M test/classes/Controllers/Table/CreateControllerTest.php M test/classes/Controllers/Table/DeleteConfirmControllerTest.php M test/classes/Controllers/Table/DeleteRowsControllerTest.php M test/classes/Controllers/Table/DropColumnConfirmationControllerTest.php M test/classes/Controllers/Table/DropColumnControllerTest.php M test/classes/Controllers/Table/ExportControllerTest.php M test/classes/Controllers/Table/ExportRowsControllerTest.php M test/classes/Controllers/Table/FindReplaceControllerTest.php M test/classes/Controllers/Table/GetFieldControllerTest.php M test/classes/Controllers/Table/GisVisualizationControllerTest.php M test/classes/Controllers/Table/ImportControllerTest.php M test/classes/Controllers/Table/IndexRenameControllerTest.php M test/classes/Controllers/Table/IndexesControllerTest.php M test/classes/Controllers/Table/Maintenance/AnalyzeControllerTest.php M test/classes/Controllers/Table/Maintenance/CheckControllerTest.php M test/classes/Controllers/Table/Maintenance/ChecksumControllerTest.php M test/classes/Controllers/Table/Maintenance/OptimizeControllerTest.php M test/classes/Controllers/Table/Maintenance/RepairControllerTest.php M test/classes/Controllers/Table/OperationsControllerTest.php M test/classes/Controllers/Table/Partition/AnalyzeControllerTest.php M test/classes/Controllers/Table/Partition/CheckControllerTest.php M test/classes/Controllers/Table/Partition/DropControllerTest.php M test/classes/Controllers/Table/Partition/OptimizeControllerTest.php M test/classes/Controllers/Table/Partition/RebuildControllerTest.php M test/classes/Controllers/Table/Partition/RepairControllerTest.php M test/classes/Controllers/Table/Partition/TruncateControllerTest.php M test/classes/Controllers/Table/PrivilegesControllerTest.php M test/classes/Controllers/Table/RecentFavoriteControllerTest.php M test/classes/Controllers/Table/RelationControllerTest.php M test/classes/Controllers/Table/ReplaceControllerTest.php M test/classes/Controllers/Table/SearchControllerTest.php M test/classes/Controllers/Table/SqlControllerTest.php M test/classes/Controllers/Table/Structure/ChangeControllerTest.php M test/classes/Controllers/Table/Structure/SaveControllerTest.php M test/classes/Controllers/Table/Structure/SpatialControllerTest.php M test/classes/Controllers/Table/Structure/UniqueControllerTest.php M test/classes/Controllers/Table/StructureControllerTest.php M test/classes/Controllers/Table/TrackingControllerTest.php M test/classes/Controllers/Table/TriggersControllerTest.php M test/classes/Controllers/Table/ZoomSearchControllerTest.php M test/classes/Controllers/ThemeSetControllerTest.php M test/classes/Controllers/Transformation/OverviewControllerTest.php M test/classes/Controllers/VersionCheckControllerTest.php M test/classes/CoreTest.php M test/classes/CreateAddFieldTest.php M test/classes/Crypto/CryptoTest.php M test/classes/Database/CentralColumnsTest.php M test/classes/Database/Designer/CommonTest.php M test/classes/Database/DesignerTest.php M test/classes/Database/EventsTest.php M test/classes/Database/QbeTest.php M test/classes/Database/RoutinesTest.php M test/classes/Database/SearchTest.php M test/classes/Database/TriggersTest.php M test/classes/DatabaseInterfaceTest.php M test/classes/Dbal/DatabaseNameTest.php M test/classes/Dbal/DbiDummyTest.php M test/classes/Dbal/DbiMysqliTest.php M test/classes/Dbal/MysqliResultTest.php M test/classes/Dbal/TableNameTest.php M test/classes/Dbal/WarningTest.php M test/classes/Display/DisplayPartsTest.php M test/classes/Display/ResultsTest.php M test/classes/EncodingTest.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/Engines/PerformanceSchemaTest.php M test/classes/EnvironmentTest.php M test/classes/ErrorHandlerTest.php M test/classes/ErrorReportTest.php M test/classes/ErrorTest.php M test/classes/Export/OptionsTest.php M test/classes/FieldMetadataTest.php M test/classes/FileListingTest.php M test/classes/FileTest.php M test/classes/FlashMessagesTest.php M test/classes/FontTest.php M test/classes/FooterTest.php M test/classes/Gis/GisFactoryTest.php M test/classes/Gis/GisGeomTestCase.php M test/classes/Gis/GisGeometryCollectionTest.php M test/classes/Gis/GisGeometryTest.php M test/classes/Gis/GisLineStringTest.php M test/classes/Gis/GisMultiLineStringTest.php M test/classes/Gis/GisMultiPointTest.php M test/classes/Gis/GisMultiPolygonTest.php M test/classes/Gis/GisPointTest.php M test/classes/Gis/GisPolygonTest.php M test/classes/Gis/GisVisualizationTest.php M test/classes/GitTest.php M test/classes/HeaderTest.php M test/classes/Html/GeneratorTest.php M test/classes/Html/MySQLDocumentationTest.php M test/classes/Html/SecurityTest.php M test/classes/Http/Factory/ServerRequestFactoryTest.php M test/classes/Http/ServerRequestTest.php M test/classes/Import/AjaxTest.php M test/classes/Import/SimulateDmlTest.php M test/classes/ImportTest.php M test/classes/IndexColumnTest.php M test/classes/IndexTest.php M test/classes/InsertEditTest.php M test/classes/InternalRelationsTest.php M test/classes/IpAllowDenyTest.php M test/classes/LanguageTest.php M test/classes/LinterTest.php M test/classes/ListDatabaseTest.php M test/classes/LoggingTest.php M test/classes/MenuTest.php M test/classes/MessageTest.php M test/classes/MimeTest.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/NormalizationTest.php M test/classes/OperationsTest.php M test/classes/ParseAnalyzeTest.php M test/classes/Partitioning/PartitionTest.php M test/classes/Partitioning/SubPartitionTest.php M test/classes/Partitioning/TablePartitionDefinitionTest.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/AuthenticationPluginFactoryTest.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 M test/classes/Plugins/TwoFactor/KeyTest.php M test/classes/PluginsTest.php M test/classes/ProfilingTest.php M test/classes/Properties/Options/Groups/OptionsPropertyMainGroupTest.php M test/classes/Properties/Options/Groups/OptionsPropertyRootGroupTest.php M test/classes/Properties/Options/Groups/OptionsPropertySubgroupTest.php M test/classes/Properties/Options/Items/PropertyItemsTest.php M test/classes/Properties/Options/OptionsPropertyGroupTest.php M test/classes/Properties/Options/OptionsPropertyItemTest.php M test/classes/Properties/Options/OptionsPropertyOneItemTest.php M test/classes/Properties/Plugins/ExportPluginPropertiesTest.php M test/classes/Properties/Plugins/ImportPluginPropertiesTest.php M test/classes/Properties/Plugins/PluginPropertyItemTest.php M test/classes/Properties/PropertyItemTest.php M test/classes/Query/CompatibilityTest.php M test/classes/Query/GeneratorTest.php M test/classes/ReplicationGuiTest.php M test/classes/ResponseTest.php M test/classes/RoutingTest.php M test/classes/SanitizeTest.php M test/classes/ScriptsTest.php M test/classes/Server/PluginTest.php M test/classes/Server/PluginsTest.php M test/classes/Server/Privileges/AccountLockingTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Server/SelectTest.php M test/classes/Server/SysInfo/SysInfoTest.php M test/classes/Setup/ConfigGeneratorTest.php M test/classes/Setup/FormProcessingTest.php M test/classes/Setup/IndexTest.php M test/classes/SqlQueryFormTest.php M test/classes/SqlTest.php M test/classes/StatementInfoTest.php M test/classes/StorageEngineTest.php M test/classes/Stubs/DbiDummy.php M test/classes/Stubs/DummyResult.php M test/classes/SystemDatabaseTest.php M test/classes/Table/ColumnsDefinitionTest.php M test/classes/Table/IndexesTest.php M test/classes/Table/Maintenance/MessageTest.php M test/classes/Table/SearchTest.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/TwoFactorTest.php M test/classes/TypesByDatabaseVersionTest.php M test/classes/TypesTest.php M test/classes/UrlTest.php M test/classes/UserPasswordTest.php M test/classes/UserPreferencesTest.php M test/classes/UtilTest.php M test/classes/Utils/ForeignKeyTest.php M test/classes/Utils/FormatConverterTest.php M test/classes/Utils/GisTest.php M test/classes/Utils/HttpRequestTest.php M test/classes/Utils/SessionCacheTest.php M test/classes/VersionInformationTest.php M test/classes/VersionTest.php M test/classes/WebAuthn/CBORDecoderTest.php M test/classes/WebAuthn/WebauthnLibServerTest.php M test/classes/ZipExtensionTest.php M test/selenium/ChangePasswordTest.php M test/selenium/CreateDropDatabaseTest.php M test/selenium/CreateRemoveUserTest.php M test/selenium/Database/EventsTest.php M test/selenium/Database/OperationsTest.php M test/selenium/Database/ProceduresTest.php M test/selenium/Database/QueryByExampleTest.php M test/selenium/Database/StructureTest.php M test/selenium/Database/TriggersTest.php M test/selenium/ExportTest.php M test/selenium/ImportTest.php M test/selenium/LoginTest.php M test/selenium/NormalizationTest.php M test/selenium/ServerSettingsTest.php M test/selenium/SqlQueryTest.php M test/selenium/Table/BrowseTest.php M test/selenium/Table/CreateTest.php M test/selenium/Table/InsertTest.php M test/selenium/Table/OperationsTest.php M test/selenium/Table/StructureTest.php M test/selenium/TrackingTest.php M test/selenium/XssTest.php
Log Message: ----------- Fix coding standard spacing issues
- Fixes one line doc comments - Fixes parent call spacing - Fixes constant spacing
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev