Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: e0d42d286240d826f7fe28aa213f82cd8a1575e2
https://github.com/phpmyadmin/phpmyadmin/commit/e0d42d286240d826f7fe28aa213…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-02-23 (Fri, 02 February 2024) -03:00
Changed paths:
M phpstan-baseline.neon
M src/Template.php
Log Message:
-----------
Remove trigger_error from Template class
This will remove the error:
> Error while working with template cache: Unable to create the cache directory
This does not fix the cache issue, but removes the warning.
The current behavior is to disable the cache when there's an issue with
it. However this has bad performance.
The issue is that sometimes Twig generates a different cache key than
the warmed up one and tries to write a new cache, but that's not the
desired behavior.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: c07d04a8c8df0fe87083bcd6a68ae545355802bf
https://github.com/phpmyadmin/phpmyadmin/commit/c07d04a8c8df0fe87083bcd6a68…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-02-24 (Sat, 02 February 2024) -03:00
Changed paths:
M phpstan-baseline.neon
M src/Template.php
Log Message:
-----------
Merge pull request #19008 from MauricioFauth/template-cache-trigger-error-removal
Remove trigger_error from Template class
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 606f66b5df5f894ef1552e58480c13b7fa96feed
https://github.com/phpmyadmin/phpmyadmin/commit/606f66b5df5f894ef1552e58480…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-02-23 (Fri, 02 February 2024) -03:00
Changed paths:
A tests/unit/AbstractTestCase.php
A tests/unit/Advisory/AdvisorTest.php
A tests/unit/Advisory/RulesTest.php
A tests/unit/ApplicationTest.php
A tests/unit/BookmarkTest.php
A tests/unit/BrowseForeignersTest.php
A tests/unit/CacheTest.php
A tests/unit/Charsets/CharsetTest.php
A tests/unit/Charsets/CollationTest.php
A tests/unit/CharsetsTest.php
A tests/unit/Command/SetVersionCommandTest.php
A tests/unit/Command/TwigLintCommandTest.php
A tests/unit/Command/WriteGitRevisionCommandTest.php
A tests/unit/Config/ConfigFileTest.php
A tests/unit/Config/DescriptionTest.php
A tests/unit/Config/FormDisplayTemplateTest.php
A tests/unit/Config/FormDisplayTest.php
A tests/unit/Config/FormTest.php
A tests/unit/Config/Forms/FormListTest.php
A tests/unit/Config/PageSettingsTest.php
A tests/unit/Config/ServerConfigChecksTest.php
A tests/unit/Config/Settings/ConsoleTest.php
A tests/unit/Config/Settings/DebugTest.php
A tests/unit/Config/Settings/ExportTest.php
A tests/unit/Config/Settings/ImportTest.php
A tests/unit/Config/Settings/SchemaTest.php
A tests/unit/Config/Settings/ServerTest.php
A tests/unit/Config/Settings/SqlQueryBoxTest.php
A tests/unit/Config/Settings/TransformationsTest.php
A tests/unit/Config/SettingsTest.php
A tests/unit/ConfigStorage/RelationCleanupTest.php
A tests/unit/ConfigStorage/RelationParametersTest.php
A tests/unit/ConfigStorage/RelationTest.php
A tests/unit/ConfigStorage/UserGroupsTest.php
A tests/unit/ConfigTest.php
A tests/unit/ConsoleTest.php
A tests/unit/Container/ContainerBuilderTest.php
A tests/unit/Controllers/AbstractControllerTest.php
A tests/unit/Controllers/BrowseForeignersControllerTest.php
A tests/unit/Controllers/ChangeLogControllerTest.php
A tests/unit/Controllers/CheckRelationsControllerTest.php
A tests/unit/Controllers/CollationConnectionControllerTest.php
A tests/unit/Controllers/ColumnControllerTest.php
A tests/unit/Controllers/Console/Bookmark/AddControllerTest.php
A tests/unit/Controllers/Console/Bookmark/RefreshControllerTest.php
A tests/unit/Controllers/Database/DesignerControllerTest.php
A tests/unit/Controllers/Database/EventsControllerTest.php
A tests/unit/Controllers/Database/MultiTableQuery/TablesControllerTest.php
A tests/unit/Controllers/Database/PrivilegesControllerTest.php
A tests/unit/Controllers/Database/RoutinesControllerTest.php
A tests/unit/Controllers/Database/Structure/FavoriteTableControllerTest.php
A tests/unit/Controllers/Database/Structure/RealRowCountControllerTest.php
A tests/unit/Controllers/Database/StructureControllerTest.php
A tests/unit/Controllers/DatabaseControllerTest.php
A tests/unit/Controllers/Export/ExportControllerTest.php
A tests/unit/Controllers/Export/Template/CreateControllerTest.php
A tests/unit/Controllers/Export/Template/DeleteControllerTest.php
A tests/unit/Controllers/Export/Template/LoadControllerTest.php
A tests/unit/Controllers/Export/Template/UpdateControllerTest.php
A tests/unit/Controllers/GisDataEditorControllerTest.php
A tests/unit/Controllers/HomeControllerTest.php
A tests/unit/Controllers/Import/ImportControllerTest.php
A tests/unit/Controllers/JavaScriptMessagesControllerTest.php
A tests/unit/Controllers/LintControllerTest.php
A tests/unit/Controllers/LogoutControllerTest.php
A tests/unit/Controllers/NavigationControllerTest.php
A tests/unit/Controllers/Normalization/AddNewPrimaryControllerTest.php
A tests/unit/Controllers/Normalization/CreateNewColumnControllerTest.php
A tests/unit/Controllers/Normalization/FirstNormalForm/FirstStepControllerTest.php
A tests/unit/Controllers/Normalization/FirstNormalForm/FourthStepControllerTest.php
A tests/unit/Controllers/Normalization/FirstNormalForm/SecondStepControllerTest.php
A tests/unit/Controllers/Normalization/FirstNormalForm/ThirdStepControllerTest.php
A tests/unit/Controllers/Normalization/GetColumnsControllerTest.php
A tests/unit/Controllers/Normalization/MainControllerTest.php
A tests/unit/Controllers/Normalization/MoveRepeatingGroupTest.php
A tests/unit/Controllers/Normalization/PartialDependenciesControllerTest.php
A tests/unit/Controllers/Normalization/SecondNormalForm/CreateNewTablesControllerTest.php
A tests/unit/Controllers/Normalization/SecondNormalForm/FirstStepControllerTest.php
A tests/unit/Controllers/Normalization/SecondNormalForm/NewTablesControllerTest.php
A tests/unit/Controllers/Normalization/ThirdNormalForm/CreateNewTablesControllerTest.php
A tests/unit/Controllers/Normalization/ThirdNormalForm/FirstStepControllerTest.php
A tests/unit/Controllers/Normalization/ThirdNormalForm/NewTablesControllerTest.php
A tests/unit/Controllers/Operations/TableControllerTest.php
A tests/unit/Controllers/SchemaExportControllerTest.php
A tests/unit/Controllers/Server/BinlogControllerTest.php
A tests/unit/Controllers/Server/CollationsControllerTest.php
A tests/unit/Controllers/Server/Databases/CreateControllerTest.php
A tests/unit/Controllers/Server/Databases/DestroyControllerTest.php
A tests/unit/Controllers/Server/DatabasesControllerTest.php
A tests/unit/Controllers/Server/EnginesControllerTest.php
A tests/unit/Controllers/Server/PluginsControllerTest.php
A tests/unit/Controllers/Server/Privileges/AccountLockControllerTest.php
A tests/unit/Controllers/Server/Privileges/AccountUnlockControllerTest.php
A tests/unit/Controllers/Server/PrivilegesControllerTest.php
A tests/unit/Controllers/Server/ShowEngineControllerTest.php
A tests/unit/Controllers/Server/Status/AdvisorControllerTest.php
A tests/unit/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php
A tests/unit/Controllers/Server/Status/Monitor/LogVarsControllerTest.php
A tests/unit/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php
A tests/unit/Controllers/Server/Status/Monitor/SlowLogControllerTest.php
A tests/unit/Controllers/Server/Status/MonitorControllerTest.php
A tests/unit/Controllers/Server/Status/Processes/RefreshControllerTest.php
A tests/unit/Controllers/Server/Status/ProcessesControllerTest.php
A tests/unit/Controllers/Server/Status/QueriesControllerTest.php
A tests/unit/Controllers/Server/Status/StatusControllerTest.php
A tests/unit/Controllers/Server/Status/VariablesControllerTest.php
A tests/unit/Controllers/Server/VariablesControllerTest.php
A tests/unit/Controllers/Sql/EnumValuesControllerTest.php
A tests/unit/Controllers/Sql/SetValuesControllerTest.php
A tests/unit/Controllers/Table/AddFieldControllerTest.php
A tests/unit/Controllers/Table/ChangeControllerTest.php
A tests/unit/Controllers/Table/ChangeRowsControllerTest.php
A tests/unit/Controllers/Table/ChartControllerTest.php
A tests/unit/Controllers/Table/CreateControllerTest.php
A tests/unit/Controllers/Table/DeleteConfirmControllerTest.php
A tests/unit/Controllers/Table/DeleteRowsControllerTest.php
A tests/unit/Controllers/Table/DropColumnConfirmationControllerTest.php
A tests/unit/Controllers/Table/DropColumnControllerTest.php
A tests/unit/Controllers/Table/ExportControllerTest.php
A tests/unit/Controllers/Table/ExportRowsControllerTest.php
A tests/unit/Controllers/Table/FindReplaceControllerTest.php
A tests/unit/Controllers/Table/GetFieldControllerTest.php
A tests/unit/Controllers/Table/GisVisualizationControllerTest.php
A tests/unit/Controllers/Table/ImportControllerTest.php
A tests/unit/Controllers/Table/IndexRenameControllerTest.php
A tests/unit/Controllers/Table/IndexesControllerTest.php
A tests/unit/Controllers/Table/Maintenance/AnalyzeControllerTest.php
A tests/unit/Controllers/Table/Maintenance/CheckControllerTest.php
A tests/unit/Controllers/Table/Maintenance/ChecksumControllerTest.php
A tests/unit/Controllers/Table/Maintenance/OptimizeControllerTest.php
A tests/unit/Controllers/Table/Maintenance/RepairControllerTest.php
A tests/unit/Controllers/Table/Partition/AnalyzeControllerTest.php
A tests/unit/Controllers/Table/Partition/CheckControllerTest.php
A tests/unit/Controllers/Table/Partition/DropControllerTest.php
A tests/unit/Controllers/Table/Partition/OptimizeControllerTest.php
A tests/unit/Controllers/Table/Partition/RebuildControllerTest.php
A tests/unit/Controllers/Table/Partition/RepairControllerTest.php
A tests/unit/Controllers/Table/Partition/TruncateControllerTest.php
A tests/unit/Controllers/Table/PrivilegesControllerTest.php
A tests/unit/Controllers/Table/RecentFavoriteControllerTest.php
A tests/unit/Controllers/Table/RelationControllerTest.php
A tests/unit/Controllers/Table/ReplaceControllerTest.php
A tests/unit/Controllers/Table/SearchControllerTest.php
A tests/unit/Controllers/Table/SqlControllerTest.php
A tests/unit/Controllers/Table/Structure/ChangeControllerTest.php
A tests/unit/Controllers/Table/Structure/SaveControllerTest.php
A tests/unit/Controllers/Table/Structure/SpatialControllerTest.php
A tests/unit/Controllers/Table/Structure/UniqueControllerTest.php
A tests/unit/Controllers/Table/StructureControllerTest.php
A tests/unit/Controllers/Table/TrackingControllerTest.php
A tests/unit/Controllers/Table/ZoomSearchControllerTest.php
A tests/unit/Controllers/ThemeSetControllerTest.php
A tests/unit/Controllers/Transformation/OverviewControllerTest.php
A tests/unit/Controllers/Triggers/IndexControllerTest.php
A tests/unit/Controllers/VersionCheckControllerTest.php
A tests/unit/CoreTest.php
A tests/unit/CreateAddFieldTest.php
A tests/unit/Crypto/CryptoTest.php
A tests/unit/Database/CentralColumnsTest.php
A tests/unit/Database/Designer/CommonTest.php
A tests/unit/Database/DesignerTest.php
A tests/unit/Database/EventsTest.php
A tests/unit/Database/RoutinesTest.php
A tests/unit/Database/SearchTest.php
A tests/unit/DatabaseInterfaceTest.php
A tests/unit/DbTableExistsTest.php
A tests/unit/Dbal/DbiDummyTest.php
A tests/unit/Dbal/DbiMysqliTest.php
A tests/unit/Dbal/MysqliResultTest.php
A tests/unit/Dbal/MysqliStatementTest.php
A tests/unit/Dbal/WarningTest.php
A tests/unit/Display/DisplayPartsTest.php
A tests/unit/Display/ResultsTest.php
A tests/unit/EncodingTest.php
A tests/unit/Engines/BdbTest.php
A tests/unit/Engines/BinlogTest.php
A tests/unit/Engines/InnodbTest.php
A tests/unit/Engines/MemoryTest.php
A tests/unit/Engines/MrgMyisamTest.php
A tests/unit/Engines/MyisamTest.php
A tests/unit/Engines/NdbclusterTest.php
A tests/unit/Engines/PbxtTest.php
A tests/unit/Engines/PerformanceSchemaTest.php
A tests/unit/EnvironmentTest.php
A tests/unit/Error/ErrorHandlerTest.php
A tests/unit/Error/ErrorReportTest.php
A tests/unit/Error/ErrorTest.php
A tests/unit/Export/ExportTest.php
A tests/unit/Export/OptionsTest.php
A tests/unit/FieldHelper.php
A tests/unit/FieldMetadataTest.php
A tests/unit/FileListingTest.php
A tests/unit/FileTest.php
A tests/unit/FlashMessagesTest.php
A tests/unit/FontTest.php
A tests/unit/FooterTest.php
A tests/unit/Gis/Ds/PolygonTest.php
A tests/unit/Gis/GisFactoryTest.php
A tests/unit/Gis/GisGeomTestCase.php
A tests/unit/Gis/GisGeometryCollectionTest.php
A tests/unit/Gis/GisGeometryTest.php
A tests/unit/Gis/GisLineStringTest.php
A tests/unit/Gis/GisMultiLineStringTest.php
A tests/unit/Gis/GisMultiPointTest.php
A tests/unit/Gis/GisMultiPolygonTest.php
A tests/unit/Gis/GisPointTest.php
A tests/unit/Gis/GisPolygonTest.php
A tests/unit/Gis/GisVisualizationTest.php
A tests/unit/GitTest.php
A tests/unit/HeaderTest.php
A tests/unit/Html/GeneratorTest.php
A tests/unit/Html/MySQLDocumentationTest.php
A tests/unit/Html/SecurityTest.php
A tests/unit/Http/Factory/ResponseFactoryTest.php
A tests/unit/Http/Factory/ServerRequestFactoryTest.php
A tests/unit/Http/Factory/UriFactoryTest.php
A tests/unit/Http/Handler/ApplicationHandlerTest.php
A tests/unit/Http/Handler/QueueRequestHandlerTest.php
A tests/unit/Http/Middleware/TokenRequestParamCheckingTest.php
A tests/unit/Http/Middleware/UrlParamsSettingTest.php
A tests/unit/Http/ResponseTest.php
A tests/unit/Http/ServerRequestTest.php
A tests/unit/Identifiers/DatabaseNameTest.php
A tests/unit/Identifiers/TableNameTest.php
A tests/unit/Identifiers/TriggerNameTest.php
A tests/unit/Import/AjaxTest.php
A tests/unit/Import/ImportTest.php
A tests/unit/Import/SimulateDmlTest.php
A tests/unit/IndexColumnTest.php
A tests/unit/IndexTest.php
A tests/unit/InsertEditTest.php
A tests/unit/IpAllowDenyTest.php
A tests/unit/LanguageTest.php
A tests/unit/LinterTest.php
A tests/unit/ListDatabaseTest.php
A tests/unit/LoggingTest.php
A tests/unit/MenuTest.php
A tests/unit/MessageTest.php
A tests/unit/MimeTest.php
A tests/unit/Navigation/NavigationTest.php
A tests/unit/Navigation/NavigationTreeTest.php
A tests/unit/Navigation/Nodes/NodeColumnContainerTest.php
A tests/unit/Navigation/Nodes/NodeColumnTest.php
A tests/unit/Navigation/Nodes/NodeDatabaseChildTest.php
A tests/unit/Navigation/Nodes/NodeDatabaseTest.php
A tests/unit/Navigation/Nodes/NodeEventContainerTest.php
A tests/unit/Navigation/Nodes/NodeEventTest.php
A tests/unit/Navigation/Nodes/NodeFunctionContainerTest.php
A tests/unit/Navigation/Nodes/NodeFunctionTest.php
A tests/unit/Navigation/Nodes/NodeIndexContainerTest.php
A tests/unit/Navigation/Nodes/NodeIndexTest.php
A tests/unit/Navigation/Nodes/NodeProcedureContainerTest.php
A tests/unit/Navigation/Nodes/NodeProcedureTest.php
A tests/unit/Navigation/Nodes/NodeTableContainerTest.php
A tests/unit/Navigation/Nodes/NodeTableTest.php
A tests/unit/Navigation/Nodes/NodeTest.php
A tests/unit/Navigation/Nodes/NodeTriggerContainerTest.php
A tests/unit/Navigation/Nodes/NodeTriggerTest.php
A tests/unit/Navigation/Nodes/NodeViewContainerTest.php
A tests/unit/Navigation/Nodes/NodeViewTest.php
A tests/unit/Navigation/Nodes/ObjectFetcherTest.php
A tests/unit/NormalizationTest.php
A tests/unit/OpenDocumentTest.php
A tests/unit/OperationsTest.php
A tests/unit/ParseAnalyzeTest.php
A tests/unit/Partitioning/PartitionTest.php
A tests/unit/Partitioning/SubPartitionTest.php
A tests/unit/Partitioning/TablePartitionDefinitionTest.php
A tests/unit/PdfTest.php
A tests/unit/Plugins/Auth/AuthenticationConfigTest.php
A tests/unit/Plugins/Auth/AuthenticationCookieTest.php
A tests/unit/Plugins/Auth/AuthenticationHttpTest.php
A tests/unit/Plugins/Auth/AuthenticationSignonTest.php
A tests/unit/Plugins/AuthenticationPluginFactoryTest.php
A tests/unit/Plugins/AuthenticationPluginTest.php
A tests/unit/Plugins/Export/ExportCodegenTest.php
A tests/unit/Plugins/Export/ExportCsvTest.php
A tests/unit/Plugins/Export/ExportExcelTest.php
A tests/unit/Plugins/Export/ExportHtmlwordTest.php
A tests/unit/Plugins/Export/ExportJsonTest.php
A tests/unit/Plugins/Export/ExportLatexTest.php
A tests/unit/Plugins/Export/ExportMediawikiTest.php
A tests/unit/Plugins/Export/ExportOdsTest.php
A tests/unit/Plugins/Export/ExportOdtTest.php
A tests/unit/Plugins/Export/ExportPdfTest.php
A tests/unit/Plugins/Export/ExportPhparrayTest.php
A tests/unit/Plugins/Export/ExportSqlTest.php
A tests/unit/Plugins/Export/ExportTexytextTest.php
A tests/unit/Plugins/Export/ExportXmlTest.php
A tests/unit/Plugins/Export/ExportYamlTest.php
A tests/unit/Plugins/Export/Helpers/TablePropertyTest.php
A tests/unit/Plugins/Import/ImportCsvTest.php
A tests/unit/Plugins/Import/ImportLdiTest.php
A tests/unit/Plugins/Import/ImportMediawikiTest.php
A tests/unit/Plugins/Import/ImportOdsTest.php
A tests/unit/Plugins/Import/ImportShpTest.php
A tests/unit/Plugins/Import/ImportSqlTest.php
A tests/unit/Plugins/Import/ImportXmlTest.php
A tests/unit/Plugins/Schema/DiaRelationSchemaTest.php
A tests/unit/Plugins/Schema/EpsRelationSchemaTest.php
A tests/unit/Plugins/Schema/ExportRelationSchemaTest.php
A tests/unit/Plugins/Schema/PdfRelationSchemaTest.php
A tests/unit/Plugins/Schema/SchemaDiaTest.php
A tests/unit/Plugins/Schema/SchemaEpsTest.php
A tests/unit/Plugins/Schema/SchemaPdfTest.php
A tests/unit/Plugins/Schema/SchemaSvgTest.php
A tests/unit/Plugins/Schema/SvgRelationSchemaTest.php
A tests/unit/Plugins/Transformations/TransformationPluginsTest.php
A tests/unit/Plugins/TwoFactor/KeyTest.php
A tests/unit/Plugins/TwoFactor/WebAuthnTest.php
A tests/unit/PluginsTest.php
A tests/unit/ProfilingTest.php
A tests/unit/Properties/Options/Groups/OptionsPropertyMainGroupTest.php
A tests/unit/Properties/Options/Groups/OptionsPropertyRootGroupTest.php
A tests/unit/Properties/Options/Groups/OptionsPropertySubgroupTest.php
A tests/unit/Properties/Options/Items/PropertyItemsTest.php
A tests/unit/Properties/Options/OptionsPropertyGroupTest.php
A tests/unit/Properties/Options/OptionsPropertyItemTest.php
A tests/unit/Properties/Options/OptionsPropertyOneItemTest.php
A tests/unit/Properties/Plugins/ExportPluginPropertiesTest.php
A tests/unit/Properties/Plugins/ImportPluginPropertiesTest.php
A tests/unit/Properties/Plugins/PluginPropertyItemTest.php
A tests/unit/Properties/PropertyItemTest.php
A tests/unit/Query/CompatibilityTest.php
A tests/unit/Query/GeneratorTest.php
A tests/unit/Replication/ReplicationGuiTest.php
A tests/unit/ResponseRendererTest.php
A tests/unit/Routing/RoutesTest.php
A tests/unit/Routing/RoutingTest.php
A tests/unit/SanitizeTest.php
A tests/unit/ScriptsTest.php
A tests/unit/Server/PluginTest.php
A tests/unit/Server/PluginsTest.php
A tests/unit/Server/Privileges/AccountLockingTest.php
A tests/unit/Server/PrivilegesTest.php
A tests/unit/Server/SelectTest.php
A tests/unit/Server/SysInfo/SysInfoTest.php
A tests/unit/Setup/ConfigGeneratorTest.php
A tests/unit/Setup/FormProcessingTest.php
A tests/unit/Setup/IndexTest.php
A tests/unit/ShowGrantsTest.php
A tests/unit/SqlQueryFormTest.php
A tests/unit/SqlTest.php
A tests/unit/StorageEngineTest.php
A tests/unit/Stubs/DbiDummy.php
A tests/unit/Stubs/DummyResult.php
A tests/unit/Stubs/ResponseRenderer.php
A tests/unit/SystemDatabaseTest.php
A tests/unit/Table/ColumnsDefinitionTest.php
A tests/unit/Table/IndexesTest.php
A tests/unit/Table/Maintenance/MessageTest.php
A tests/unit/Table/SearchTest.php
A tests/unit/Table/TableTest.php
A tests/unit/TemplateTest.php
A tests/unit/Theme/ThemeManagerTest.php
A tests/unit/Theme/ThemeTest.php
A tests/unit/Tracking/TrackerTest.php
A tests/unit/Tracking/TrackingCheckerTest.php
A tests/unit/Tracking/TrackingTest.php
A tests/unit/TransformationsTest.php
A tests/unit/Triggers/TriggerTest.php
A tests/unit/Triggers/TriggersTest.php
A tests/unit/TwoFactorTest.php
A tests/unit/TypesByDatabaseVersionTest.php
A tests/unit/TypesTest.php
A tests/unit/UniqueConditionTest.php
A tests/unit/UrlTest.php
A tests/unit/UserPasswordTest.php
A tests/unit/UserPreferencesTest.php
A tests/unit/UserPrivilegesFactoryTest.php
A tests/unit/UtilTest.php
A tests/unit/Utils/ForeignKeyTest.php
A tests/unit/Utils/FormatConverterTest.php
A tests/unit/Utils/GisTest.php
A tests/unit/Utils/HttpRequestTest.php
A tests/unit/Utils/SessionCacheTest.php
A tests/unit/VersionInformationTest.php
A tests/unit/VersionTest.php
A tests/unit/WebAuthn/CBORDecoderTest.php
A tests/unit/WebAuthn/WebauthnLibServerTest.php
A tests/unit/ZipExtensionTest.php
A tests/unit/_data/file_listing/one.txt
A tests/unit/_data/file_listing/subfolder/one.ini
A tests/unit/_data/file_listing/subfolder/zero.txt
A tests/unit/_data/file_listing/two.md
A tests/unit/_data/gen_version_info/theme.json
A tests/unit/_data/incorrect_theme/theme.json
M .github/workflows/mutation-tests.yml
M composer.json
M phpstan-baseline.neon
M phpunit.xml.dist
M psalm-baseline.xml
M psalm.xml
D tests/classes/AbstractTestCase.php
D tests/classes/Advisory/AdvisorTest.php
D tests/classes/Advisory/RulesTest.php
D tests/classes/ApplicationTest.php
D tests/classes/BookmarkTest.php
D tests/classes/BrowseForeignersTest.php
D tests/classes/CacheTest.php
D tests/classes/Charsets/CharsetTest.php
D tests/classes/Charsets/CollationTest.php
D tests/classes/CharsetsTest.php
D tests/classes/Command/SetVersionCommandTest.php
D tests/classes/Command/TwigLintCommandTest.php
D tests/classes/Command/WriteGitRevisionCommandTest.php
D tests/classes/Config/ConfigFileTest.php
D tests/classes/Config/DescriptionTest.php
D tests/classes/Config/FormDisplayTemplateTest.php
D tests/classes/Config/FormDisplayTest.php
D tests/classes/Config/FormTest.php
D tests/classes/Config/Forms/FormListTest.php
D tests/classes/Config/PageSettingsTest.php
D tests/classes/Config/ServerConfigChecksTest.php
D tests/classes/Config/Settings/ConsoleTest.php
D tests/classes/Config/Settings/DebugTest.php
D tests/classes/Config/Settings/ExportTest.php
D tests/classes/Config/Settings/ImportTest.php
D tests/classes/Config/Settings/SchemaTest.php
D tests/classes/Config/Settings/ServerTest.php
D tests/classes/Config/Settings/SqlQueryBoxTest.php
D tests/classes/Config/Settings/TransformationsTest.php
D tests/classes/Config/SettingsTest.php
D tests/classes/ConfigStorage/RelationCleanupTest.php
D tests/classes/ConfigStorage/RelationParametersTest.php
D tests/classes/ConfigStorage/RelationTest.php
D tests/classes/ConfigStorage/UserGroupsTest.php
D tests/classes/ConfigTest.php
D tests/classes/ConsoleTest.php
D tests/classes/Container/ContainerBuilderTest.php
D tests/classes/Controllers/AbstractControllerTest.php
D tests/classes/Controllers/BrowseForeignersControllerTest.php
D tests/classes/Controllers/ChangeLogControllerTest.php
D tests/classes/Controllers/CheckRelationsControllerTest.php
D tests/classes/Controllers/CollationConnectionControllerTest.php
D tests/classes/Controllers/ColumnControllerTest.php
D tests/classes/Controllers/Console/Bookmark/AddControllerTest.php
D tests/classes/Controllers/Console/Bookmark/RefreshControllerTest.php
D tests/classes/Controllers/Database/DesignerControllerTest.php
D tests/classes/Controllers/Database/EventsControllerTest.php
D tests/classes/Controllers/Database/MultiTableQuery/TablesControllerTest.php
D tests/classes/Controllers/Database/PrivilegesControllerTest.php
D tests/classes/Controllers/Database/RoutinesControllerTest.php
D tests/classes/Controllers/Database/Structure/FavoriteTableControllerTest.php
D tests/classes/Controllers/Database/Structure/RealRowCountControllerTest.php
D tests/classes/Controllers/Database/StructureControllerTest.php
D tests/classes/Controllers/DatabaseControllerTest.php
D tests/classes/Controllers/Export/ExportControllerTest.php
D tests/classes/Controllers/Export/Template/CreateControllerTest.php
D tests/classes/Controllers/Export/Template/DeleteControllerTest.php
D tests/classes/Controllers/Export/Template/LoadControllerTest.php
D tests/classes/Controllers/Export/Template/UpdateControllerTest.php
D tests/classes/Controllers/GisDataEditorControllerTest.php
D tests/classes/Controllers/HomeControllerTest.php
D tests/classes/Controllers/Import/ImportControllerTest.php
D tests/classes/Controllers/JavaScriptMessagesControllerTest.php
D tests/classes/Controllers/LintControllerTest.php
D tests/classes/Controllers/LogoutControllerTest.php
D tests/classes/Controllers/NavigationControllerTest.php
D tests/classes/Controllers/Normalization/AddNewPrimaryControllerTest.php
D tests/classes/Controllers/Normalization/CreateNewColumnControllerTest.php
D tests/classes/Controllers/Normalization/FirstNormalForm/FirstStepControllerTest.php
D tests/classes/Controllers/Normalization/FirstNormalForm/FourthStepControllerTest.php
D tests/classes/Controllers/Normalization/FirstNormalForm/SecondStepControllerTest.php
D tests/classes/Controllers/Normalization/FirstNormalForm/ThirdStepControllerTest.php
D tests/classes/Controllers/Normalization/GetColumnsControllerTest.php
D tests/classes/Controllers/Normalization/MainControllerTest.php
D tests/classes/Controllers/Normalization/MoveRepeatingGroupTest.php
D tests/classes/Controllers/Normalization/PartialDependenciesControllerTest.php
D tests/classes/Controllers/Normalization/SecondNormalForm/CreateNewTablesControllerTest.php
D tests/classes/Controllers/Normalization/SecondNormalForm/FirstStepControllerTest.php
D tests/classes/Controllers/Normalization/SecondNormalForm/NewTablesControllerTest.php
D tests/classes/Controllers/Normalization/ThirdNormalForm/CreateNewTablesControllerTest.php
D tests/classes/Controllers/Normalization/ThirdNormalForm/FirstStepControllerTest.php
D tests/classes/Controllers/Normalization/ThirdNormalForm/NewTablesControllerTest.php
D tests/classes/Controllers/Operations/TableControllerTest.php
D tests/classes/Controllers/SchemaExportControllerTest.php
D tests/classes/Controllers/Server/BinlogControllerTest.php
D tests/classes/Controllers/Server/CollationsControllerTest.php
D tests/classes/Controllers/Server/Databases/CreateControllerTest.php
D tests/classes/Controllers/Server/Databases/DestroyControllerTest.php
D tests/classes/Controllers/Server/DatabasesControllerTest.php
D tests/classes/Controllers/Server/EnginesControllerTest.php
D tests/classes/Controllers/Server/PluginsControllerTest.php
D tests/classes/Controllers/Server/Privileges/AccountLockControllerTest.php
D tests/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php
D tests/classes/Controllers/Server/PrivilegesControllerTest.php
D tests/classes/Controllers/Server/ShowEngineControllerTest.php
D tests/classes/Controllers/Server/Status/AdvisorControllerTest.php
D tests/classes/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php
D tests/classes/Controllers/Server/Status/Monitor/LogVarsControllerTest.php
D tests/classes/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php
D tests/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php
D tests/classes/Controllers/Server/Status/MonitorControllerTest.php
D tests/classes/Controllers/Server/Status/Processes/RefreshControllerTest.php
D tests/classes/Controllers/Server/Status/ProcessesControllerTest.php
D tests/classes/Controllers/Server/Status/QueriesControllerTest.php
D tests/classes/Controllers/Server/Status/StatusControllerTest.php
D tests/classes/Controllers/Server/Status/VariablesControllerTest.php
D tests/classes/Controllers/Server/VariablesControllerTest.php
D tests/classes/Controllers/Sql/EnumValuesControllerTest.php
D tests/classes/Controllers/Sql/SetValuesControllerTest.php
D tests/classes/Controllers/Table/AddFieldControllerTest.php
D tests/classes/Controllers/Table/ChangeControllerTest.php
D tests/classes/Controllers/Table/ChangeRowsControllerTest.php
D tests/classes/Controllers/Table/ChartControllerTest.php
D tests/classes/Controllers/Table/CreateControllerTest.php
D tests/classes/Controllers/Table/DeleteConfirmControllerTest.php
D tests/classes/Controllers/Table/DeleteRowsControllerTest.php
D tests/classes/Controllers/Table/DropColumnConfirmationControllerTest.php
D tests/classes/Controllers/Table/DropColumnControllerTest.php
D tests/classes/Controllers/Table/ExportControllerTest.php
D tests/classes/Controllers/Table/ExportRowsControllerTest.php
D tests/classes/Controllers/Table/FindReplaceControllerTest.php
D tests/classes/Controllers/Table/GetFieldControllerTest.php
D tests/classes/Controllers/Table/GisVisualizationControllerTest.php
D tests/classes/Controllers/Table/ImportControllerTest.php
D tests/classes/Controllers/Table/IndexRenameControllerTest.php
D tests/classes/Controllers/Table/IndexesControllerTest.php
D tests/classes/Controllers/Table/Maintenance/AnalyzeControllerTest.php
D tests/classes/Controllers/Table/Maintenance/CheckControllerTest.php
D tests/classes/Controllers/Table/Maintenance/ChecksumControllerTest.php
D tests/classes/Controllers/Table/Maintenance/OptimizeControllerTest.php
D tests/classes/Controllers/Table/Maintenance/RepairControllerTest.php
D tests/classes/Controllers/Table/Partition/AnalyzeControllerTest.php
D tests/classes/Controllers/Table/Partition/CheckControllerTest.php
D tests/classes/Controllers/Table/Partition/DropControllerTest.php
D tests/classes/Controllers/Table/Partition/OptimizeControllerTest.php
D tests/classes/Controllers/Table/Partition/RebuildControllerTest.php
D tests/classes/Controllers/Table/Partition/RepairControllerTest.php
D tests/classes/Controllers/Table/Partition/TruncateControllerTest.php
D tests/classes/Controllers/Table/PrivilegesControllerTest.php
D tests/classes/Controllers/Table/RecentFavoriteControllerTest.php
D tests/classes/Controllers/Table/RelationControllerTest.php
D tests/classes/Controllers/Table/ReplaceControllerTest.php
D tests/classes/Controllers/Table/SearchControllerTest.php
D tests/classes/Controllers/Table/SqlControllerTest.php
D tests/classes/Controllers/Table/Structure/ChangeControllerTest.php
D tests/classes/Controllers/Table/Structure/SaveControllerTest.php
D tests/classes/Controllers/Table/Structure/SpatialControllerTest.php
D tests/classes/Controllers/Table/Structure/UniqueControllerTest.php
D tests/classes/Controllers/Table/StructureControllerTest.php
D tests/classes/Controllers/Table/TrackingControllerTest.php
D tests/classes/Controllers/Table/ZoomSearchControllerTest.php
D tests/classes/Controllers/ThemeSetControllerTest.php
D tests/classes/Controllers/Transformation/OverviewControllerTest.php
D tests/classes/Controllers/Triggers/IndexControllerTest.php
D tests/classes/Controllers/VersionCheckControllerTest.php
D tests/classes/CoreTest.php
D tests/classes/CreateAddFieldTest.php
D tests/classes/Crypto/CryptoTest.php
D tests/classes/Database/CentralColumnsTest.php
D tests/classes/Database/Designer/CommonTest.php
D tests/classes/Database/DesignerTest.php
D tests/classes/Database/EventsTest.php
D tests/classes/Database/RoutinesTest.php
D tests/classes/Database/SearchTest.php
D tests/classes/DatabaseInterfaceTest.php
D tests/classes/DbTableExistsTest.php
D tests/classes/Dbal/DbiDummyTest.php
D tests/classes/Dbal/DbiMysqliTest.php
D tests/classes/Dbal/MysqliResultTest.php
D tests/classes/Dbal/MysqliStatementTest.php
D tests/classes/Dbal/WarningTest.php
D tests/classes/Display/DisplayPartsTest.php
D tests/classes/Display/ResultsTest.php
D tests/classes/EncodingTest.php
D tests/classes/Engines/BdbTest.php
D tests/classes/Engines/BinlogTest.php
D tests/classes/Engines/InnodbTest.php
D tests/classes/Engines/MemoryTest.php
D tests/classes/Engines/MrgMyisamTest.php
D tests/classes/Engines/MyisamTest.php
D tests/classes/Engines/NdbclusterTest.php
D tests/classes/Engines/PbxtTest.php
D tests/classes/Engines/PerformanceSchemaTest.php
D tests/classes/EnvironmentTest.php
D tests/classes/Error/ErrorHandlerTest.php
D tests/classes/Error/ErrorReportTest.php
D tests/classes/Error/ErrorTest.php
D tests/classes/Export/ExportTest.php
D tests/classes/Export/OptionsTest.php
D tests/classes/FieldHelper.php
D tests/classes/FieldMetadataTest.php
D tests/classes/FileListingTest.php
D tests/classes/FileTest.php
D tests/classes/FlashMessagesTest.php
D tests/classes/FontTest.php
D tests/classes/FooterTest.php
D tests/classes/Gis/Ds/PolygonTest.php
D tests/classes/Gis/GisFactoryTest.php
D tests/classes/Gis/GisGeomTestCase.php
D tests/classes/Gis/GisGeometryCollectionTest.php
D tests/classes/Gis/GisGeometryTest.php
D tests/classes/Gis/GisLineStringTest.php
D tests/classes/Gis/GisMultiLineStringTest.php
D tests/classes/Gis/GisMultiPointTest.php
D tests/classes/Gis/GisMultiPolygonTest.php
D tests/classes/Gis/GisPointTest.php
D tests/classes/Gis/GisPolygonTest.php
D tests/classes/Gis/GisVisualizationTest.php
D tests/classes/GitTest.php
D tests/classes/HeaderTest.php
D tests/classes/Html/GeneratorTest.php
D tests/classes/Html/MySQLDocumentationTest.php
D tests/classes/Html/SecurityTest.php
D tests/classes/Http/Factory/ResponseFactoryTest.php
D tests/classes/Http/Factory/ServerRequestFactoryTest.php
D tests/classes/Http/Factory/UriFactoryTest.php
D tests/classes/Http/Handler/ApplicationHandlerTest.php
D tests/classes/Http/Handler/QueueRequestHandlerTest.php
D tests/classes/Http/Middleware/TokenRequestParamCheckingTest.php
D tests/classes/Http/Middleware/UrlParamsSettingTest.php
D tests/classes/Http/ResponseTest.php
D tests/classes/Http/ServerRequestTest.php
D tests/classes/Identifiers/DatabaseNameTest.php
D tests/classes/Identifiers/TableNameTest.php
D tests/classes/Identifiers/TriggerNameTest.php
D tests/classes/Import/AjaxTest.php
D tests/classes/Import/ImportTest.php
D tests/classes/Import/SimulateDmlTest.php
D tests/classes/IndexColumnTest.php
D tests/classes/IndexTest.php
D tests/classes/InsertEditTest.php
D tests/classes/IpAllowDenyTest.php
D tests/classes/LanguageTest.php
D tests/classes/LinterTest.php
D tests/classes/ListDatabaseTest.php
D tests/classes/LoggingTest.php
D tests/classes/MenuTest.php
D tests/classes/MessageTest.php
D tests/classes/MimeTest.php
D tests/classes/Navigation/NavigationTest.php
D tests/classes/Navigation/NavigationTreeTest.php
D tests/classes/Navigation/Nodes/NodeColumnContainerTest.php
D tests/classes/Navigation/Nodes/NodeColumnTest.php
D tests/classes/Navigation/Nodes/NodeDatabaseChildTest.php
D tests/classes/Navigation/Nodes/NodeDatabaseTest.php
D tests/classes/Navigation/Nodes/NodeEventContainerTest.php
D tests/classes/Navigation/Nodes/NodeEventTest.php
D tests/classes/Navigation/Nodes/NodeFunctionContainerTest.php
D tests/classes/Navigation/Nodes/NodeFunctionTest.php
D tests/classes/Navigation/Nodes/NodeIndexContainerTest.php
D tests/classes/Navigation/Nodes/NodeIndexTest.php
D tests/classes/Navigation/Nodes/NodeProcedureContainerTest.php
D tests/classes/Navigation/Nodes/NodeProcedureTest.php
D tests/classes/Navigation/Nodes/NodeTableContainerTest.php
D tests/classes/Navigation/Nodes/NodeTableTest.php
D tests/classes/Navigation/Nodes/NodeTest.php
D tests/classes/Navigation/Nodes/NodeTriggerContainerTest.php
D tests/classes/Navigation/Nodes/NodeTriggerTest.php
D tests/classes/Navigation/Nodes/NodeViewContainerTest.php
D tests/classes/Navigation/Nodes/NodeViewTest.php
D tests/classes/Navigation/Nodes/ObjectFetcherTest.php
D tests/classes/NormalizationTest.php
D tests/classes/OpenDocumentTest.php
D tests/classes/OperationsTest.php
D tests/classes/ParseAnalyzeTest.php
D tests/classes/Partitioning/PartitionTest.php
D tests/classes/Partitioning/SubPartitionTest.php
D tests/classes/Partitioning/TablePartitionDefinitionTest.php
D tests/classes/PdfTest.php
D tests/classes/Plugins/Auth/AuthenticationConfigTest.php
D tests/classes/Plugins/Auth/AuthenticationCookieTest.php
D tests/classes/Plugins/Auth/AuthenticationHttpTest.php
D tests/classes/Plugins/Auth/AuthenticationSignonTest.php
D tests/classes/Plugins/AuthenticationPluginFactoryTest.php
D tests/classes/Plugins/AuthenticationPluginTest.php
D tests/classes/Plugins/Export/ExportCodegenTest.php
D tests/classes/Plugins/Export/ExportCsvTest.php
D tests/classes/Plugins/Export/ExportExcelTest.php
D tests/classes/Plugins/Export/ExportHtmlwordTest.php
D tests/classes/Plugins/Export/ExportJsonTest.php
D tests/classes/Plugins/Export/ExportLatexTest.php
D tests/classes/Plugins/Export/ExportMediawikiTest.php
D tests/classes/Plugins/Export/ExportOdsTest.php
D tests/classes/Plugins/Export/ExportOdtTest.php
D tests/classes/Plugins/Export/ExportPdfTest.php
D tests/classes/Plugins/Export/ExportPhparrayTest.php
D tests/classes/Plugins/Export/ExportSqlTest.php
D tests/classes/Plugins/Export/ExportTexytextTest.php
D tests/classes/Plugins/Export/ExportXmlTest.php
D tests/classes/Plugins/Export/ExportYamlTest.php
D tests/classes/Plugins/Export/Helpers/TablePropertyTest.php
D tests/classes/Plugins/Import/ImportCsvTest.php
D tests/classes/Plugins/Import/ImportLdiTest.php
D tests/classes/Plugins/Import/ImportMediawikiTest.php
D tests/classes/Plugins/Import/ImportOdsTest.php
D tests/classes/Plugins/Import/ImportShpTest.php
D tests/classes/Plugins/Import/ImportSqlTest.php
D tests/classes/Plugins/Import/ImportXmlTest.php
D tests/classes/Plugins/Schema/DiaRelationSchemaTest.php
D tests/classes/Plugins/Schema/EpsRelationSchemaTest.php
D tests/classes/Plugins/Schema/ExportRelationSchemaTest.php
D tests/classes/Plugins/Schema/PdfRelationSchemaTest.php
D tests/classes/Plugins/Schema/SchemaDiaTest.php
D tests/classes/Plugins/Schema/SchemaEpsTest.php
D tests/classes/Plugins/Schema/SchemaPdfTest.php
D tests/classes/Plugins/Schema/SchemaSvgTest.php
D tests/classes/Plugins/Schema/SvgRelationSchemaTest.php
D tests/classes/Plugins/Transformations/TransformationPluginsTest.php
D tests/classes/Plugins/TwoFactor/KeyTest.php
D tests/classes/Plugins/TwoFactor/WebAuthnTest.php
D tests/classes/PluginsTest.php
D tests/classes/ProfilingTest.php
D tests/classes/Properties/Options/Groups/OptionsPropertyMainGroupTest.php
D tests/classes/Properties/Options/Groups/OptionsPropertyRootGroupTest.php
D tests/classes/Properties/Options/Groups/OptionsPropertySubgroupTest.php
D tests/classes/Properties/Options/Items/PropertyItemsTest.php
D tests/classes/Properties/Options/OptionsPropertyGroupTest.php
D tests/classes/Properties/Options/OptionsPropertyItemTest.php
D tests/classes/Properties/Options/OptionsPropertyOneItemTest.php
D tests/classes/Properties/Plugins/ExportPluginPropertiesTest.php
D tests/classes/Properties/Plugins/ImportPluginPropertiesTest.php
D tests/classes/Properties/Plugins/PluginPropertyItemTest.php
D tests/classes/Properties/PropertyItemTest.php
D tests/classes/Query/CompatibilityTest.php
D tests/classes/Query/GeneratorTest.php
D tests/classes/Replication/ReplicationGuiTest.php
D tests/classes/ResponseRendererTest.php
D tests/classes/Routing/RoutesTest.php
D tests/classes/Routing/RoutingTest.php
D tests/classes/SanitizeTest.php
D tests/classes/ScriptsTest.php
D tests/classes/Server/PluginTest.php
D tests/classes/Server/PluginsTest.php
D tests/classes/Server/Privileges/AccountLockingTest.php
D tests/classes/Server/PrivilegesTest.php
D tests/classes/Server/SelectTest.php
D tests/classes/Server/SysInfo/SysInfoTest.php
D tests/classes/Setup/ConfigGeneratorTest.php
D tests/classes/Setup/FormProcessingTest.php
D tests/classes/Setup/IndexTest.php
D tests/classes/ShowGrantsTest.php
D tests/classes/SqlQueryFormTest.php
D tests/classes/SqlTest.php
D tests/classes/StorageEngineTest.php
D tests/classes/Stubs/DbiDummy.php
D tests/classes/Stubs/DummyResult.php
D tests/classes/Stubs/ResponseRenderer.php
D tests/classes/SystemDatabaseTest.php
D tests/classes/Table/ColumnsDefinitionTest.php
D tests/classes/Table/IndexesTest.php
D tests/classes/Table/Maintenance/MessageTest.php
D tests/classes/Table/SearchTest.php
D tests/classes/Table/TableTest.php
D tests/classes/TemplateTest.php
D tests/classes/Theme/ThemeManagerTest.php
D tests/classes/Theme/ThemeTest.php
D tests/classes/Tracking/TrackerTest.php
D tests/classes/Tracking/TrackingCheckerTest.php
D tests/classes/Tracking/TrackingTest.php
D tests/classes/TransformationsTest.php
D tests/classes/Triggers/TriggerTest.php
D tests/classes/Triggers/TriggersTest.php
D tests/classes/TwoFactorTest.php
D tests/classes/TypesByDatabaseVersionTest.php
D tests/classes/TypesTest.php
D tests/classes/UniqueConditionTest.php
D tests/classes/UrlTest.php
D tests/classes/UserPasswordTest.php
D tests/classes/UserPreferencesTest.php
D tests/classes/UserPrivilegesFactoryTest.php
D tests/classes/UtilTest.php
D tests/classes/Utils/ForeignKeyTest.php
D tests/classes/Utils/FormatConverterTest.php
D tests/classes/Utils/GisTest.php
D tests/classes/Utils/HttpRequestTest.php
D tests/classes/Utils/SessionCacheTest.php
D tests/classes/VersionInformationTest.php
D tests/classes/VersionTest.php
D tests/classes/WebAuthn/CBORDecoderTest.php
D tests/classes/WebAuthn/WebauthnLibServerTest.php
D tests/classes/ZipExtensionTest.php
D tests/classes/_data/file_listing/one.txt
D tests/classes/_data/file_listing/subfolder/one.ini
D tests/classes/_data/file_listing/subfolder/zero.txt
D tests/classes/_data/file_listing/two.md
D tests/classes/_data/gen_version_info/theme.json
D tests/classes/_data/incorrect_theme/theme.json
Log Message:
-----------
Rename tests/classes to tests/unit
This directory is for unit tests only, so let's rename it to unit to be
more clear.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 9a0d34b01dbacbd79641cda75a52a7a5f0367c30
https://github.com/phpmyadmin/phpmyadmin/commit/9a0d34b01dbacbd79641cda75a5…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-02-23 (Fri, 02 February 2024) -03:00
Changed paths:
A tests/end-to-end/ChangePasswordTest.php
A tests/end-to-end/CreateDropDatabaseTest.php
A tests/end-to-end/CreateRemoveUserTest.php
A tests/end-to-end/Database/EventsTest.php
A tests/end-to-end/Database/OperationsTest.php
A tests/end-to-end/Database/ProceduresTest.php
A tests/end-to-end/Database/StructureTest.php
A tests/end-to-end/ExportTest.php
A tests/end-to-end/ImportTest.php
A tests/end-to-end/LoginTest.php
A tests/end-to-end/NormalizationTest.php
A tests/end-to-end/ServerSettingsTest.php
A tests/end-to-end/SqlQueryTest.php
A tests/end-to-end/Table/BrowseTest.php
A tests/end-to-end/Table/CreateTest.php
A tests/end-to-end/Table/InsertTest.php
A tests/end-to-end/Table/OperationsTest.php
A tests/end-to-end/Table/StructureTest.php
A tests/end-to-end/TestBase.php
A tests/end-to-end/TrackingTest.php
A tests/end-to-end/TriggersTest.php
A tests/end-to-end/XssTest.php
M .github/workflows/test-selenium.yml
M composer.json
M phpstan-baseline.neon
M phpunit.xml.dist
M psalm-baseline.xml
M psalm.xml
D tests/selenium/ChangePasswordTest.php
D tests/selenium/CreateDropDatabaseTest.php
D tests/selenium/CreateRemoveUserTest.php
D tests/selenium/Database/EventsTest.php
D tests/selenium/Database/OperationsTest.php
D tests/selenium/Database/ProceduresTest.php
D tests/selenium/Database/StructureTest.php
D tests/selenium/ExportTest.php
D tests/selenium/ImportTest.php
D tests/selenium/LoginTest.php
D tests/selenium/NormalizationTest.php
D tests/selenium/ServerSettingsTest.php
D tests/selenium/SqlQueryTest.php
D tests/selenium/Table/BrowseTest.php
D tests/selenium/Table/CreateTest.php
D tests/selenium/Table/InsertTest.php
D tests/selenium/Table/OperationsTest.php
D tests/selenium/Table/StructureTest.php
D tests/selenium/TestBase.php
D tests/selenium/TrackingTest.php
D tests/selenium/TriggersTest.php
D tests/selenium/XssTest.php
Log Message:
-----------
Rename tests/selenium to tests/end-to-end
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: cc62444d5c8724dfc6845ff2c0e050700cbb5a00
https://github.com/phpmyadmin/phpmyadmin/commit/cc62444d5c8724dfc6845ff2c0e…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2024-02-23 (Fri, 02 February 2024) -03:00
Changed paths:
A tests/end-to-end/ChangePasswordTest.php
A tests/end-to-end/CreateDropDatabaseTest.php
A tests/end-to-end/CreateRemoveUserTest.php
A tests/end-to-end/Database/EventsTest.php
A tests/end-to-end/Database/OperationsTest.php
A tests/end-to-end/Database/ProceduresTest.php
A tests/end-to-end/Database/StructureTest.php
A tests/end-to-end/ExportTest.php
A tests/end-to-end/ImportTest.php
A tests/end-to-end/LoginTest.php
A tests/end-to-end/NormalizationTest.php
A tests/end-to-end/ServerSettingsTest.php
A tests/end-to-end/SqlQueryTest.php
A tests/end-to-end/Table/BrowseTest.php
A tests/end-to-end/Table/CreateTest.php
A tests/end-to-end/Table/InsertTest.php
A tests/end-to-end/Table/OperationsTest.php
A tests/end-to-end/Table/StructureTest.php
A tests/end-to-end/TestBase.php
A tests/end-to-end/TrackingTest.php
A tests/end-to-end/TriggersTest.php
A tests/end-to-end/XssTest.php
A tests/unit/AbstractTestCase.php
A tests/unit/Advisory/AdvisorTest.php
A tests/unit/Advisory/RulesTest.php
A tests/unit/ApplicationTest.php
A tests/unit/BookmarkTest.php
A tests/unit/BrowseForeignersTest.php
A tests/unit/CacheTest.php
A tests/unit/Charsets/CharsetTest.php
A tests/unit/Charsets/CollationTest.php
A tests/unit/CharsetsTest.php
A tests/unit/Command/SetVersionCommandTest.php
A tests/unit/Command/TwigLintCommandTest.php
A tests/unit/Command/WriteGitRevisionCommandTest.php
A tests/unit/Config/ConfigFileTest.php
A tests/unit/Config/DescriptionTest.php
A tests/unit/Config/FormDisplayTemplateTest.php
A tests/unit/Config/FormDisplayTest.php
A tests/unit/Config/FormTest.php
A tests/unit/Config/Forms/FormListTest.php
A tests/unit/Config/PageSettingsTest.php
A tests/unit/Config/ServerConfigChecksTest.php
A tests/unit/Config/Settings/ConsoleTest.php
A tests/unit/Config/Settings/DebugTest.php
A tests/unit/Config/Settings/ExportTest.php
A tests/unit/Config/Settings/ImportTest.php
A tests/unit/Config/Settings/SchemaTest.php
A tests/unit/Config/Settings/ServerTest.php
A tests/unit/Config/Settings/SqlQueryBoxTest.php
A tests/unit/Config/Settings/TransformationsTest.php
A tests/unit/Config/SettingsTest.php
A tests/unit/ConfigStorage/RelationCleanupTest.php
A tests/unit/ConfigStorage/RelationParametersTest.php
A tests/unit/ConfigStorage/RelationTest.php
A tests/unit/ConfigStorage/UserGroupsTest.php
A tests/unit/ConfigTest.php
A tests/unit/ConsoleTest.php
A tests/unit/Container/ContainerBuilderTest.php
A tests/unit/Controllers/AbstractControllerTest.php
A tests/unit/Controllers/BrowseForeignersControllerTest.php
A tests/unit/Controllers/ChangeLogControllerTest.php
A tests/unit/Controllers/CheckRelationsControllerTest.php
A tests/unit/Controllers/CollationConnectionControllerTest.php
A tests/unit/Controllers/ColumnControllerTest.php
A tests/unit/Controllers/Console/Bookmark/AddControllerTest.php
A tests/unit/Controllers/Console/Bookmark/RefreshControllerTest.php
A tests/unit/Controllers/Database/DesignerControllerTest.php
A tests/unit/Controllers/Database/EventsControllerTest.php
A tests/unit/Controllers/Database/MultiTableQuery/TablesControllerTest.php
A tests/unit/Controllers/Database/PrivilegesControllerTest.php
A tests/unit/Controllers/Database/RoutinesControllerTest.php
A tests/unit/Controllers/Database/Structure/FavoriteTableControllerTest.php
A tests/unit/Controllers/Database/Structure/RealRowCountControllerTest.php
A tests/unit/Controllers/Database/StructureControllerTest.php
A tests/unit/Controllers/DatabaseControllerTest.php
A tests/unit/Controllers/Export/ExportControllerTest.php
A tests/unit/Controllers/Export/Template/CreateControllerTest.php
A tests/unit/Controllers/Export/Template/DeleteControllerTest.php
A tests/unit/Controllers/Export/Template/LoadControllerTest.php
A tests/unit/Controllers/Export/Template/UpdateControllerTest.php
A tests/unit/Controllers/GisDataEditorControllerTest.php
A tests/unit/Controllers/HomeControllerTest.php
A tests/unit/Controllers/Import/ImportControllerTest.php
A tests/unit/Controllers/JavaScriptMessagesControllerTest.php
A tests/unit/Controllers/LintControllerTest.php
A tests/unit/Controllers/LogoutControllerTest.php
A tests/unit/Controllers/NavigationControllerTest.php
A tests/unit/Controllers/Normalization/AddNewPrimaryControllerTest.php
A tests/unit/Controllers/Normalization/CreateNewColumnControllerTest.php
A tests/unit/Controllers/Normalization/FirstNormalForm/FirstStepControllerTest.php
A tests/unit/Controllers/Normalization/FirstNormalForm/FourthStepControllerTest.php
A tests/unit/Controllers/Normalization/FirstNormalForm/SecondStepControllerTest.php
A tests/unit/Controllers/Normalization/FirstNormalForm/ThirdStepControllerTest.php
A tests/unit/Controllers/Normalization/GetColumnsControllerTest.php
A tests/unit/Controllers/Normalization/MainControllerTest.php
A tests/unit/Controllers/Normalization/MoveRepeatingGroupTest.php
A tests/unit/Controllers/Normalization/PartialDependenciesControllerTest.php
A tests/unit/Controllers/Normalization/SecondNormalForm/CreateNewTablesControllerTest.php
A tests/unit/Controllers/Normalization/SecondNormalForm/FirstStepControllerTest.php
A tests/unit/Controllers/Normalization/SecondNormalForm/NewTablesControllerTest.php
A tests/unit/Controllers/Normalization/ThirdNormalForm/CreateNewTablesControllerTest.php
A tests/unit/Controllers/Normalization/ThirdNormalForm/FirstStepControllerTest.php
A tests/unit/Controllers/Normalization/ThirdNormalForm/NewTablesControllerTest.php
A tests/unit/Controllers/Operations/TableControllerTest.php
A tests/unit/Controllers/SchemaExportControllerTest.php
A tests/unit/Controllers/Server/BinlogControllerTest.php
A tests/unit/Controllers/Server/CollationsControllerTest.php
A tests/unit/Controllers/Server/Databases/CreateControllerTest.php
A tests/unit/Controllers/Server/Databases/DestroyControllerTest.php
A tests/unit/Controllers/Server/DatabasesControllerTest.php
A tests/unit/Controllers/Server/EnginesControllerTest.php
A tests/unit/Controllers/Server/PluginsControllerTest.php
A tests/unit/Controllers/Server/Privileges/AccountLockControllerTest.php
A tests/unit/Controllers/Server/Privileges/AccountUnlockControllerTest.php
A tests/unit/Controllers/Server/PrivilegesControllerTest.php
A tests/unit/Controllers/Server/ShowEngineControllerTest.php
A tests/unit/Controllers/Server/Status/AdvisorControllerTest.php
A tests/unit/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php
A tests/unit/Controllers/Server/Status/Monitor/LogVarsControllerTest.php
A tests/unit/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php
A tests/unit/Controllers/Server/Status/Monitor/SlowLogControllerTest.php
A tests/unit/Controllers/Server/Status/MonitorControllerTest.php
A tests/unit/Controllers/Server/Status/Processes/RefreshControllerTest.php
A tests/unit/Controllers/Server/Status/ProcessesControllerTest.php
A tests/unit/Controllers/Server/Status/QueriesControllerTest.php
A tests/unit/Controllers/Server/Status/StatusControllerTest.php
A tests/unit/Controllers/Server/Status/VariablesControllerTest.php
A tests/unit/Controllers/Server/VariablesControllerTest.php
A tests/unit/Controllers/Sql/EnumValuesControllerTest.php
A tests/unit/Controllers/Sql/SetValuesControllerTest.php
A tests/unit/Controllers/Table/AddFieldControllerTest.php
A tests/unit/Controllers/Table/ChangeControllerTest.php
A tests/unit/Controllers/Table/ChangeRowsControllerTest.php
A tests/unit/Controllers/Table/ChartControllerTest.php
A tests/unit/Controllers/Table/CreateControllerTest.php
A tests/unit/Controllers/Table/DeleteConfirmControllerTest.php
A tests/unit/Controllers/Table/DeleteRowsControllerTest.php
A tests/unit/Controllers/Table/DropColumnConfirmationControllerTest.php
A tests/unit/Controllers/Table/DropColumnControllerTest.php
A tests/unit/Controllers/Table/ExportControllerTest.php
A tests/unit/Controllers/Table/ExportRowsControllerTest.php
A tests/unit/Controllers/Table/FindReplaceControllerTest.php
A tests/unit/Controllers/Table/GetFieldControllerTest.php
A tests/unit/Controllers/Table/GisVisualizationControllerTest.php
A tests/unit/Controllers/Table/ImportControllerTest.php
A tests/unit/Controllers/Table/IndexRenameControllerTest.php
A tests/unit/Controllers/Table/IndexesControllerTest.php
A tests/unit/Controllers/Table/Maintenance/AnalyzeControllerTest.php
A tests/unit/Controllers/Table/Maintenance/CheckControllerTest.php
A tests/unit/Controllers/Table/Maintenance/ChecksumControllerTest.php
A tests/unit/Controllers/Table/Maintenance/OptimizeControllerTest.php
A tests/unit/Controllers/Table/Maintenance/RepairControllerTest.php
A tests/unit/Controllers/Table/Partition/AnalyzeControllerTest.php
A tests/unit/Controllers/Table/Partition/CheckControllerTest.php
A tests/unit/Controllers/Table/Partition/DropControllerTest.php
A tests/unit/Controllers/Table/Partition/OptimizeControllerTest.php
A tests/unit/Controllers/Table/Partition/RebuildControllerTest.php
A tests/unit/Controllers/Table/Partition/RepairControllerTest.php
A tests/unit/Controllers/Table/Partition/TruncateControllerTest.php
A tests/unit/Controllers/Table/PrivilegesControllerTest.php
A tests/unit/Controllers/Table/RecentFavoriteControllerTest.php
A tests/unit/Controllers/Table/RelationControllerTest.php
A tests/unit/Controllers/Table/ReplaceControllerTest.php
A tests/unit/Controllers/Table/SearchControllerTest.php
A tests/unit/Controllers/Table/SqlControllerTest.php
A tests/unit/Controllers/Table/Structure/ChangeControllerTest.php
A tests/unit/Controllers/Table/Structure/SaveControllerTest.php
A tests/unit/Controllers/Table/Structure/SpatialControllerTest.php
A tests/unit/Controllers/Table/Structure/UniqueControllerTest.php
A tests/unit/Controllers/Table/StructureControllerTest.php
A tests/unit/Controllers/Table/TrackingControllerTest.php
A tests/unit/Controllers/Table/ZoomSearchControllerTest.php
A tests/unit/Controllers/ThemeSetControllerTest.php
A tests/unit/Controllers/Transformation/OverviewControllerTest.php
A tests/unit/Controllers/Triggers/IndexControllerTest.php
A tests/unit/Controllers/VersionCheckControllerTest.php
A tests/unit/CoreTest.php
A tests/unit/CreateAddFieldTest.php
A tests/unit/Crypto/CryptoTest.php
A tests/unit/Database/CentralColumnsTest.php
A tests/unit/Database/Designer/CommonTest.php
A tests/unit/Database/DesignerTest.php
A tests/unit/Database/EventsTest.php
A tests/unit/Database/RoutinesTest.php
A tests/unit/Database/SearchTest.php
A tests/unit/DatabaseInterfaceTest.php
A tests/unit/DbTableExistsTest.php
A tests/unit/Dbal/DbiDummyTest.php
A tests/unit/Dbal/DbiMysqliTest.php
A tests/unit/Dbal/MysqliResultTest.php
A tests/unit/Dbal/MysqliStatementTest.php
A tests/unit/Dbal/WarningTest.php
A tests/unit/Display/DisplayPartsTest.php
A tests/unit/Display/ResultsTest.php
A tests/unit/EncodingTest.php
A tests/unit/Engines/BdbTest.php
A tests/unit/Engines/BinlogTest.php
A tests/unit/Engines/InnodbTest.php
A tests/unit/Engines/MemoryTest.php
A tests/unit/Engines/MrgMyisamTest.php
A tests/unit/Engines/MyisamTest.php
A tests/unit/Engines/NdbclusterTest.php
A tests/unit/Engines/PbxtTest.php
A tests/unit/Engines/PerformanceSchemaTest.php
A tests/unit/EnvironmentTest.php
A tests/unit/Error/ErrorHandlerTest.php
A tests/unit/Error/ErrorReportTest.php
A tests/unit/Error/ErrorTest.php
A tests/unit/Export/ExportTest.php
A tests/unit/Export/OptionsTest.php
A tests/unit/FieldHelper.php
A tests/unit/FieldMetadataTest.php
A tests/unit/FileListingTest.php
A tests/unit/FileTest.php
A tests/unit/FlashMessagesTest.php
A tests/unit/FontTest.php
A tests/unit/FooterTest.php
A tests/unit/Gis/Ds/PolygonTest.php
A tests/unit/Gis/GisFactoryTest.php
A tests/unit/Gis/GisGeomTestCase.php
A tests/unit/Gis/GisGeometryCollectionTest.php
A tests/unit/Gis/GisGeometryTest.php
A tests/unit/Gis/GisLineStringTest.php
A tests/unit/Gis/GisMultiLineStringTest.php
A tests/unit/Gis/GisMultiPointTest.php
A tests/unit/Gis/GisMultiPolygonTest.php
A tests/unit/Gis/GisPointTest.php
A tests/unit/Gis/GisPolygonTest.php
A tests/unit/Gis/GisVisualizationTest.php
A tests/unit/GitTest.php
A tests/unit/HeaderTest.php
A tests/unit/Html/GeneratorTest.php
A tests/unit/Html/MySQLDocumentationTest.php
A tests/unit/Html/SecurityTest.php
A tests/unit/Http/Factory/ResponseFactoryTest.php
A tests/unit/Http/Factory/ServerRequestFactoryTest.php
A tests/unit/Http/Factory/UriFactoryTest.php
A tests/unit/Http/Handler/ApplicationHandlerTest.php
A tests/unit/Http/Handler/QueueRequestHandlerTest.php
A tests/unit/Http/Middleware/TokenRequestParamCheckingTest.php
A tests/unit/Http/Middleware/UrlParamsSettingTest.php
A tests/unit/Http/ResponseTest.php
A tests/unit/Http/ServerRequestTest.php
A tests/unit/Identifiers/DatabaseNameTest.php
A tests/unit/Identifiers/TableNameTest.php
A tests/unit/Identifiers/TriggerNameTest.php
A tests/unit/Import/AjaxTest.php
A tests/unit/Import/ImportTest.php
A tests/unit/Import/SimulateDmlTest.php
A tests/unit/IndexColumnTest.php
A tests/unit/IndexTest.php
A tests/unit/InsertEditTest.php
A tests/unit/IpAllowDenyTest.php
A tests/unit/LanguageTest.php
A tests/unit/LinterTest.php
A tests/unit/ListDatabaseTest.php
A tests/unit/LoggingTest.php
A tests/unit/MenuTest.php
A tests/unit/MessageTest.php
A tests/unit/MimeTest.php
A tests/unit/Navigation/NavigationTest.php
A tests/unit/Navigation/NavigationTreeTest.php
A tests/unit/Navigation/Nodes/NodeColumnContainerTest.php
A tests/unit/Navigation/Nodes/NodeColumnTest.php
A tests/unit/Navigation/Nodes/NodeDatabaseChildTest.php
A tests/unit/Navigation/Nodes/NodeDatabaseTest.php
A tests/unit/Navigation/Nodes/NodeEventContainerTest.php
A tests/unit/Navigation/Nodes/NodeEventTest.php
A tests/unit/Navigation/Nodes/NodeFunctionContainerTest.php
A tests/unit/Navigation/Nodes/NodeFunctionTest.php
A tests/unit/Navigation/Nodes/NodeIndexContainerTest.php
A tests/unit/Navigation/Nodes/NodeIndexTest.php
A tests/unit/Navigation/Nodes/NodeProcedureContainerTest.php
A tests/unit/Navigation/Nodes/NodeProcedureTest.php
A tests/unit/Navigation/Nodes/NodeTableContainerTest.php
A tests/unit/Navigation/Nodes/NodeTableTest.php
A tests/unit/Navigation/Nodes/NodeTest.php
A tests/unit/Navigation/Nodes/NodeTriggerContainerTest.php
A tests/unit/Navigation/Nodes/NodeTriggerTest.php
A tests/unit/Navigation/Nodes/NodeViewContainerTest.php
A tests/unit/Navigation/Nodes/NodeViewTest.php
A tests/unit/Navigation/Nodes/ObjectFetcherTest.php
A tests/unit/NormalizationTest.php
A tests/unit/OpenDocumentTest.php
A tests/unit/OperationsTest.php
A tests/unit/ParseAnalyzeTest.php
A tests/unit/Partitioning/PartitionTest.php
A tests/unit/Partitioning/SubPartitionTest.php
A tests/unit/Partitioning/TablePartitionDefinitionTest.php
A tests/unit/PdfTest.php
A tests/unit/Plugins/Auth/AuthenticationConfigTest.php
A tests/unit/Plugins/Auth/AuthenticationCookieTest.php
A tests/unit/Plugins/Auth/AuthenticationHttpTest.php
A tests/unit/Plugins/Auth/AuthenticationSignonTest.php
A tests/unit/Plugins/AuthenticationPluginFactoryTest.php
A tests/unit/Plugins/AuthenticationPluginTest.php
A tests/unit/Plugins/Export/ExportCodegenTest.php
A tests/unit/Plugins/Export/ExportCsvTest.php
A tests/unit/Plugins/Export/ExportExcelTest.php
A tests/unit/Plugins/Export/ExportHtmlwordTest.php
A tests/unit/Plugins/Export/ExportJsonTest.php
A tests/unit/Plugins/Export/ExportLatexTest.php
A tests/unit/Plugins/Export/ExportMediawikiTest.php
A tests/unit/Plugins/Export/ExportOdsTest.php
A tests/unit/Plugins/Export/ExportOdtTest.php
A tests/unit/Plugins/Export/ExportPdfTest.php
A tests/unit/Plugins/Export/ExportPhparrayTest.php
A tests/unit/Plugins/Export/ExportSqlTest.php
A tests/unit/Plugins/Export/ExportTexytextTest.php
A tests/unit/Plugins/Export/ExportXmlTest.php
A tests/unit/Plugins/Export/ExportYamlTest.php
A tests/unit/Plugins/Export/Helpers/TablePropertyTest.php
A tests/unit/Plugins/Import/ImportCsvTest.php
A tests/unit/Plugins/Import/ImportLdiTest.php
A tests/unit/Plugins/Import/ImportMediawikiTest.php
A tests/unit/Plugins/Import/ImportOdsTest.php
A tests/unit/Plugins/Import/ImportShpTest.php
A tests/unit/Plugins/Import/ImportSqlTest.php
A tests/unit/Plugins/Import/ImportXmlTest.php
A tests/unit/Plugins/Schema/DiaRelationSchemaTest.php
A tests/unit/Plugins/Schema/EpsRelationSchemaTest.php
A tests/unit/Plugins/Schema/ExportRelationSchemaTest.php
A tests/unit/Plugins/Schema/PdfRelationSchemaTest.php
A tests/unit/Plugins/Schema/SchemaDiaTest.php
A tests/unit/Plugins/Schema/SchemaEpsTest.php
A tests/unit/Plugins/Schema/SchemaPdfTest.php
A tests/unit/Plugins/Schema/SchemaSvgTest.php
A tests/unit/Plugins/Schema/SvgRelationSchemaTest.php
A tests/unit/Plugins/Transformations/TransformationPluginsTest.php
A tests/unit/Plugins/TwoFactor/KeyTest.php
A tests/unit/Plugins/TwoFactor/WebAuthnTest.php
A tests/unit/PluginsTest.php
A tests/unit/ProfilingTest.php
A tests/unit/Properties/Options/Groups/OptionsPropertyMainGroupTest.php
A tests/unit/Properties/Options/Groups/OptionsPropertyRootGroupTest.php
A tests/unit/Properties/Options/Groups/OptionsPropertySubgroupTest.php
A tests/unit/Properties/Options/Items/PropertyItemsTest.php
A tests/unit/Properties/Options/OptionsPropertyGroupTest.php
A tests/unit/Properties/Options/OptionsPropertyItemTest.php
A tests/unit/Properties/Options/OptionsPropertyOneItemTest.php
A tests/unit/Properties/Plugins/ExportPluginPropertiesTest.php
A tests/unit/Properties/Plugins/ImportPluginPropertiesTest.php
A tests/unit/Properties/Plugins/PluginPropertyItemTest.php
A tests/unit/Properties/PropertyItemTest.php
A tests/unit/Query/CompatibilityTest.php
A tests/unit/Query/GeneratorTest.php
A tests/unit/Replication/ReplicationGuiTest.php
A tests/unit/ResponseRendererTest.php
A tests/unit/Routing/RoutesTest.php
A tests/unit/Routing/RoutingTest.php
A tests/unit/SanitizeTest.php
A tests/unit/ScriptsTest.php
A tests/unit/Server/PluginTest.php
A tests/unit/Server/PluginsTest.php
A tests/unit/Server/Privileges/AccountLockingTest.php
A tests/unit/Server/PrivilegesTest.php
A tests/unit/Server/SelectTest.php
A tests/unit/Server/SysInfo/SysInfoTest.php
A tests/unit/Setup/ConfigGeneratorTest.php
A tests/unit/Setup/FormProcessingTest.php
A tests/unit/Setup/IndexTest.php
A tests/unit/ShowGrantsTest.php
A tests/unit/SqlQueryFormTest.php
A tests/unit/SqlTest.php
A tests/unit/StorageEngineTest.php
A tests/unit/Stubs/DbiDummy.php
A tests/unit/Stubs/DummyResult.php
A tests/unit/Stubs/ResponseRenderer.php
A tests/unit/SystemDatabaseTest.php
A tests/unit/Table/ColumnsDefinitionTest.php
A tests/unit/Table/IndexesTest.php
A tests/unit/Table/Maintenance/MessageTest.php
A tests/unit/Table/SearchTest.php
A tests/unit/Table/TableTest.php
A tests/unit/TemplateTest.php
A tests/unit/Theme/ThemeManagerTest.php
A tests/unit/Theme/ThemeTest.php
A tests/unit/Tracking/TrackerTest.php
A tests/unit/Tracking/TrackingCheckerTest.php
A tests/unit/Tracking/TrackingTest.php
A tests/unit/TransformationsTest.php
A tests/unit/Triggers/TriggerTest.php
A tests/unit/Triggers/TriggersTest.php
A tests/unit/TwoFactorTest.php
A tests/unit/TypesByDatabaseVersionTest.php
A tests/unit/TypesTest.php
A tests/unit/UniqueConditionTest.php
A tests/unit/UrlTest.php
A tests/unit/UserPasswordTest.php
A tests/unit/UserPreferencesTest.php
A tests/unit/UserPrivilegesFactoryTest.php
A tests/unit/UtilTest.php
A tests/unit/Utils/ForeignKeyTest.php
A tests/unit/Utils/FormatConverterTest.php
A tests/unit/Utils/GisTest.php
A tests/unit/Utils/HttpRequestTest.php
A tests/unit/Utils/SessionCacheTest.php
A tests/unit/VersionInformationTest.php
A tests/unit/VersionTest.php
A tests/unit/WebAuthn/CBORDecoderTest.php
A tests/unit/WebAuthn/WebauthnLibServerTest.php
A tests/unit/ZipExtensionTest.php
A tests/unit/_data/file_listing/one.txt
A tests/unit/_data/file_listing/subfolder/one.ini
A tests/unit/_data/file_listing/subfolder/zero.txt
A tests/unit/_data/file_listing/two.md
A tests/unit/_data/gen_version_info/theme.json
A tests/unit/_data/incorrect_theme/theme.json
M .github/workflows/mutation-tests.yml
M .github/workflows/test-selenium.yml
M composer.json
M phpstan-baseline.neon
M phpunit.xml.dist
M psalm-baseline.xml
M psalm.xml
D tests/classes/AbstractTestCase.php
D tests/classes/Advisory/AdvisorTest.php
D tests/classes/Advisory/RulesTest.php
D tests/classes/ApplicationTest.php
D tests/classes/BookmarkTest.php
D tests/classes/BrowseForeignersTest.php
D tests/classes/CacheTest.php
D tests/classes/Charsets/CharsetTest.php
D tests/classes/Charsets/CollationTest.php
D tests/classes/CharsetsTest.php
D tests/classes/Command/SetVersionCommandTest.php
D tests/classes/Command/TwigLintCommandTest.php
D tests/classes/Command/WriteGitRevisionCommandTest.php
D tests/classes/Config/ConfigFileTest.php
D tests/classes/Config/DescriptionTest.php
D tests/classes/Config/FormDisplayTemplateTest.php
D tests/classes/Config/FormDisplayTest.php
D tests/classes/Config/FormTest.php
D tests/classes/Config/Forms/FormListTest.php
D tests/classes/Config/PageSettingsTest.php
D tests/classes/Config/ServerConfigChecksTest.php
D tests/classes/Config/Settings/ConsoleTest.php
D tests/classes/Config/Settings/DebugTest.php
D tests/classes/Config/Settings/ExportTest.php
D tests/classes/Config/Settings/ImportTest.php
D tests/classes/Config/Settings/SchemaTest.php
D tests/classes/Config/Settings/ServerTest.php
D tests/classes/Config/Settings/SqlQueryBoxTest.php
D tests/classes/Config/Settings/TransformationsTest.php
D tests/classes/Config/SettingsTest.php
D tests/classes/ConfigStorage/RelationCleanupTest.php
D tests/classes/ConfigStorage/RelationParametersTest.php
D tests/classes/ConfigStorage/RelationTest.php
D tests/classes/ConfigStorage/UserGroupsTest.php
D tests/classes/ConfigTest.php
D tests/classes/ConsoleTest.php
D tests/classes/Container/ContainerBuilderTest.php
D tests/classes/Controllers/AbstractControllerTest.php
D tests/classes/Controllers/BrowseForeignersControllerTest.php
D tests/classes/Controllers/ChangeLogControllerTest.php
D tests/classes/Controllers/CheckRelationsControllerTest.php
D tests/classes/Controllers/CollationConnectionControllerTest.php
D tests/classes/Controllers/ColumnControllerTest.php
D tests/classes/Controllers/Console/Bookmark/AddControllerTest.php
D tests/classes/Controllers/Console/Bookmark/RefreshControllerTest.php
D tests/classes/Controllers/Database/DesignerControllerTest.php
D tests/classes/Controllers/Database/EventsControllerTest.php
D tests/classes/Controllers/Database/MultiTableQuery/TablesControllerTest.php
D tests/classes/Controllers/Database/PrivilegesControllerTest.php
D tests/classes/Controllers/Database/RoutinesControllerTest.php
D tests/classes/Controllers/Database/Structure/FavoriteTableControllerTest.php
D tests/classes/Controllers/Database/Structure/RealRowCountControllerTest.php
D tests/classes/Controllers/Database/StructureControllerTest.php
D tests/classes/Controllers/DatabaseControllerTest.php
D tests/classes/Controllers/Export/ExportControllerTest.php
D tests/classes/Controllers/Export/Template/CreateControllerTest.php
D tests/classes/Controllers/Export/Template/DeleteControllerTest.php
D tests/classes/Controllers/Export/Template/LoadControllerTest.php
D tests/classes/Controllers/Export/Template/UpdateControllerTest.php
D tests/classes/Controllers/GisDataEditorControllerTest.php
D tests/classes/Controllers/HomeControllerTest.php
D tests/classes/Controllers/Import/ImportControllerTest.php
D tests/classes/Controllers/JavaScriptMessagesControllerTest.php
D tests/classes/Controllers/LintControllerTest.php
D tests/classes/Controllers/LogoutControllerTest.php
D tests/classes/Controllers/NavigationControllerTest.php
D tests/classes/Controllers/Normalization/AddNewPrimaryControllerTest.php
D tests/classes/Controllers/Normalization/CreateNewColumnControllerTest.php
D tests/classes/Controllers/Normalization/FirstNormalForm/FirstStepControllerTest.php
D tests/classes/Controllers/Normalization/FirstNormalForm/FourthStepControllerTest.php
D tests/classes/Controllers/Normalization/FirstNormalForm/SecondStepControllerTest.php
D tests/classes/Controllers/Normalization/FirstNormalForm/ThirdStepControllerTest.php
D tests/classes/Controllers/Normalization/GetColumnsControllerTest.php
D tests/classes/Controllers/Normalization/MainControllerTest.php
D tests/classes/Controllers/Normalization/MoveRepeatingGroupTest.php
D tests/classes/Controllers/Normalization/PartialDependenciesControllerTest.php
D tests/classes/Controllers/Normalization/SecondNormalForm/CreateNewTablesControllerTest.php
D tests/classes/Controllers/Normalization/SecondNormalForm/FirstStepControllerTest.php
D tests/classes/Controllers/Normalization/SecondNormalForm/NewTablesControllerTest.php
D tests/classes/Controllers/Normalization/ThirdNormalForm/CreateNewTablesControllerTest.php
D tests/classes/Controllers/Normalization/ThirdNormalForm/FirstStepControllerTest.php
D tests/classes/Controllers/Normalization/ThirdNormalForm/NewTablesControllerTest.php
D tests/classes/Controllers/Operations/TableControllerTest.php
D tests/classes/Controllers/SchemaExportControllerTest.php
D tests/classes/Controllers/Server/BinlogControllerTest.php
D tests/classes/Controllers/Server/CollationsControllerTest.php
D tests/classes/Controllers/Server/Databases/CreateControllerTest.php
D tests/classes/Controllers/Server/Databases/DestroyControllerTest.php
D tests/classes/Controllers/Server/DatabasesControllerTest.php
D tests/classes/Controllers/Server/EnginesControllerTest.php
D tests/classes/Controllers/Server/PluginsControllerTest.php
D tests/classes/Controllers/Server/Privileges/AccountLockControllerTest.php
D tests/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php
D tests/classes/Controllers/Server/PrivilegesControllerTest.php
D tests/classes/Controllers/Server/ShowEngineControllerTest.php
D tests/classes/Controllers/Server/Status/AdvisorControllerTest.php
D tests/classes/Controllers/Server/Status/Monitor/GeneralLogControllerTest.php
D tests/classes/Controllers/Server/Status/Monitor/LogVarsControllerTest.php
D tests/classes/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php
D tests/classes/Controllers/Server/Status/Monitor/SlowLogControllerTest.php
D tests/classes/Controllers/Server/Status/MonitorControllerTest.php
D tests/classes/Controllers/Server/Status/Processes/RefreshControllerTest.php
D tests/classes/Controllers/Server/Status/ProcessesControllerTest.php
D tests/classes/Controllers/Server/Status/QueriesControllerTest.php
D tests/classes/Controllers/Server/Status/StatusControllerTest.php
D tests/classes/Controllers/Server/Status/VariablesControllerTest.php
D tests/classes/Controllers/Server/VariablesControllerTest.php
D tests/classes/Controllers/Sql/EnumValuesControllerTest.php
D tests/classes/Controllers/Sql/SetValuesControllerTest.php
D tests/classes/Controllers/Table/AddFieldControllerTest.php
D tests/classes/Controllers/Table/ChangeControllerTest.php
D tests/classes/Controllers/Table/ChangeRowsControllerTest.php
D tests/classes/Controllers/Table/ChartControllerTest.php
D tests/classes/Controllers/Table/CreateControllerTest.php
D tests/classes/Controllers/Table/DeleteConfirmControllerTest.php
D tests/classes/Controllers/Table/DeleteRowsControllerTest.php
D tests/classes/Controllers/Table/DropColumnConfirmationControllerTest.php
D tests/classes/Controllers/Table/DropColumnControllerTest.php
D tests/classes/Controllers/Table/ExportControllerTest.php
D tests/classes/Controllers/Table/ExportRowsControllerTest.php
D tests/classes/Controllers/Table/FindReplaceControllerTest.php
D tests/classes/Controllers/Table/GetFieldControllerTest.php
D tests/classes/Controllers/Table/GisVisualizationControllerTest.php
D tests/classes/Controllers/Table/ImportControllerTest.php
D tests/classes/Controllers/Table/IndexRenameControllerTest.php
D tests/classes/Controllers/Table/IndexesControllerTest.php
D tests/classes/Controllers/Table/Maintenance/AnalyzeControllerTest.php
D tests/classes/Controllers/Table/Maintenance/CheckControllerTest.php
D tests/classes/Controllers/Table/Maintenance/ChecksumControllerTest.php
D tests/classes/Controllers/Table/Maintenance/OptimizeControllerTest.php
D tests/classes/Controllers/Table/Maintenance/RepairControllerTest.php
D tests/classes/Controllers/Table/Partition/AnalyzeControllerTest.php
D tests/classes/Controllers/Table/Partition/CheckControllerTest.php
D tests/classes/Controllers/Table/Partition/DropControllerTest.php
D tests/classes/Controllers/Table/Partition/OptimizeControllerTest.php
D tests/classes/Controllers/Table/Partition/RebuildControllerTest.php
D tests/classes/Controllers/Table/Partition/RepairControllerTest.php
D tests/classes/Controllers/Table/Partition/TruncateControllerTest.php
D tests/classes/Controllers/Table/PrivilegesControllerTest.php
D tests/classes/Controllers/Table/RecentFavoriteControllerTest.php
D tests/classes/Controllers/Table/RelationControllerTest.php
D tests/classes/Controllers/Table/ReplaceControllerTest.php
D tests/classes/Controllers/Table/SearchControllerTest.php
D tests/classes/Controllers/Table/SqlControllerTest.php
D tests/classes/Controllers/Table/Structure/ChangeControllerTest.php
D tests/classes/Controllers/Table/Structure/SaveControllerTest.php
D tests/classes/Controllers/Table/Structure/SpatialControllerTest.php
D tests/classes/Controllers/Table/Structure/UniqueControllerTest.php
D tests/classes/Controllers/Table/StructureControllerTest.php
D tests/classes/Controllers/Table/TrackingControllerTest.php
D tests/classes/Controllers/Table/ZoomSearchControllerTest.php
D tests/classes/Controllers/ThemeSetControllerTest.php
D tests/classes/Controllers/Transformation/OverviewControllerTest.php
D tests/classes/Controllers/Triggers/IndexControllerTest.php
D tests/classes/Controllers/VersionCheckControllerTest.php
D tests/classes/CoreTest.php
D tests/classes/CreateAddFieldTest.php
D tests/classes/Crypto/CryptoTest.php
D tests/classes/Database/CentralColumnsTest.php
D tests/classes/Database/Designer/CommonTest.php
D tests/classes/Database/DesignerTest.php
D tests/classes/Database/EventsTest.php
D tests/classes/Database/RoutinesTest.php
D tests/classes/Database/SearchTest.php
D tests/classes/DatabaseInterfaceTest.php
D tests/classes/DbTableExistsTest.php
D tests/classes/Dbal/DbiDummyTest.php
D tests/classes/Dbal/DbiMysqliTest.php
D tests/classes/Dbal/MysqliResultTest.php
D tests/classes/Dbal/MysqliStatementTest.php
D tests/classes/Dbal/WarningTest.php
D tests/classes/Display/DisplayPartsTest.php
D tests/classes/Display/ResultsTest.php
D tests/classes/EncodingTest.php
D tests/classes/Engines/BdbTest.php
D tests/classes/Engines/BinlogTest.php
D tests/classes/Engines/InnodbTest.php
D tests/classes/Engines/MemoryTest.php
D tests/classes/Engines/MrgMyisamTest.php
D tests/classes/Engines/MyisamTest.php
D tests/classes/Engines/NdbclusterTest.php
D tests/classes/Engines/PbxtTest.php
D tests/classes/Engines/PerformanceSchemaTest.php
D tests/classes/EnvironmentTest.php
D tests/classes/Error/ErrorHandlerTest.php
D tests/classes/Error/ErrorReportTest.php
D tests/classes/Error/ErrorTest.php
D tests/classes/Export/ExportTest.php
D tests/classes/Export/OptionsTest.php
D tests/classes/FieldHelper.php
D tests/classes/FieldMetadataTest.php
D tests/classes/FileListingTest.php
D tests/classes/FileTest.php
D tests/classes/FlashMessagesTest.php
D tests/classes/FontTest.php
D tests/classes/FooterTest.php
D tests/classes/Gis/Ds/PolygonTest.php
D tests/classes/Gis/GisFactoryTest.php
D tests/classes/Gis/GisGeomTestCase.php
D tests/classes/Gis/GisGeometryCollectionTest.php
D tests/classes/Gis/GisGeometryTest.php
D tests/classes/Gis/GisLineStringTest.php
D tests/classes/Gis/GisMultiLineStringTest.php
D tests/classes/Gis/GisMultiPointTest.php
D tests/classes/Gis/GisMultiPolygonTest.php
D tests/classes/Gis/GisPointTest.php
D tests/classes/Gis/GisPolygonTest.php
D tests/classes/Gis/GisVisualizationTest.php
D tests/classes/GitTest.php
D tests/classes/HeaderTest.php
D tests/classes/Html/GeneratorTest.php
D tests/classes/Html/MySQLDocumentationTest.php
D tests/classes/Html/SecurityTest.php
D tests/classes/Http/Factory/ResponseFactoryTest.php
D tests/classes/Http/Factory/ServerRequestFactoryTest.php
D tests/classes/Http/Factory/UriFactoryTest.php
D tests/classes/Http/Handler/ApplicationHandlerTest.php
D tests/classes/Http/Handler/QueueRequestHandlerTest.php
D tests/classes/Http/Middleware/TokenRequestParamCheckingTest.php
D tests/classes/Http/Middleware/UrlParamsSettingTest.php
D tests/classes/Http/ResponseTest.php
D tests/classes/Http/ServerRequestTest.php
D tests/classes/Identifiers/DatabaseNameTest.php
D tests/classes/Identifiers/TableNameTest.php
D tests/classes/Identifiers/TriggerNameTest.php
D tests/classes/Import/AjaxTest.php
D tests/classes/Import/ImportTest.php
D tests/classes/Import/SimulateDmlTest.php
D tests/classes/IndexColumnTest.php
D tests/classes/IndexTest.php
D tests/classes/InsertEditTest.php
D tests/classes/IpAllowDenyTest.php
D tests/classes/LanguageTest.php
D tests/classes/LinterTest.php
D tests/classes/ListDatabaseTest.php
D tests/classes/LoggingTest.php
D tests/classes/MenuTest.php
D tests/classes/MessageTest.php
D tests/classes/MimeTest.php
D tests/classes/Navigation/NavigationTest.php
D tests/classes/Navigation/NavigationTreeTest.php
D tests/classes/Navigation/Nodes/NodeColumnContainerTest.php
D tests/classes/Navigation/Nodes/NodeColumnTest.php
D tests/classes/Navigation/Nodes/NodeDatabaseChildTest.php
D tests/classes/Navigation/Nodes/NodeDatabaseTest.php
D tests/classes/Navigation/Nodes/NodeEventContainerTest.php
D tests/classes/Navigation/Nodes/NodeEventTest.php
D tests/classes/Navigation/Nodes/NodeFunctionContainerTest.php
D tests/classes/Navigation/Nodes/NodeFunctionTest.php
D tests/classes/Navigation/Nodes/NodeIndexContainerTest.php
D tests/classes/Navigation/Nodes/NodeIndexTest.php
D tests/classes/Navigation/Nodes/NodeProcedureContainerTest.php
D tests/classes/Navigation/Nodes/NodeProcedureTest.php
D tests/classes/Navigation/Nodes/NodeTableContainerTest.php
D tests/classes/Navigation/Nodes/NodeTableTest.php
D tests/classes/Navigation/Nodes/NodeTest.php
D tests/classes/Navigation/Nodes/NodeTriggerContainerTest.php
D tests/classes/Navigation/Nodes/NodeTriggerTest.php
D tests/classes/Navigation/Nodes/NodeViewContainerTest.php
D tests/classes/Navigation/Nodes/NodeViewTest.php
D tests/classes/Navigation/Nodes/ObjectFetcherTest.php
D tests/classes/NormalizationTest.php
D tests/classes/OpenDocumentTest.php
D tests/classes/OperationsTest.php
D tests/classes/ParseAnalyzeTest.php
D tests/classes/Partitioning/PartitionTest.php
D tests/classes/Partitioning/SubPartitionTest.php
D tests/classes/Partitioning/TablePartitionDefinitionTest.php
D tests/classes/PdfTest.php
D tests/classes/Plugins/Auth/AuthenticationConfigTest.php
D tests/classes/Plugins/Auth/AuthenticationCookieTest.php
D tests/classes/Plugins/Auth/AuthenticationHttpTest.php
D tests/classes/Plugins/Auth/AuthenticationSignonTest.php
D tests/classes/Plugins/AuthenticationPluginFactoryTest.php
D tests/classes/Plugins/AuthenticationPluginTest.php
D tests/classes/Plugins/Export/ExportCodegenTest.php
D tests/classes/Plugins/Export/ExportCsvTest.php
D tests/classes/Plugins/Export/ExportExcelTest.php
D tests/classes/Plugins/Export/ExportHtmlwordTest.php
D tests/classes/Plugins/Export/ExportJsonTest.php
D tests/classes/Plugins/Export/ExportLatexTest.php
D tests/classes/Plugins/Export/ExportMediawikiTest.php
D tests/classes/Plugins/Export/ExportOdsTest.php
D tests/classes/Plugins/Export/ExportOdtTest.php
D tests/classes/Plugins/Export/ExportPdfTest.php
D tests/classes/Plugins/Export/ExportPhparrayTest.php
D tests/classes/Plugins/Export/ExportSqlTest.php
D tests/classes/Plugins/Export/ExportTexytextTest.php
D tests/classes/Plugins/Export/ExportXmlTest.php
D tests/classes/Plugins/Export/ExportYamlTest.php
D tests/classes/Plugins/Export/Helpers/TablePropertyTest.php
D tests/classes/Plugins/Import/ImportCsvTest.php
D tests/classes/Plugins/Import/ImportLdiTest.php
D tests/classes/Plugins/Import/ImportMediawikiTest.php
D tests/classes/Plugins/Import/ImportOdsTest.php
D tests/classes/Plugins/Import/ImportShpTest.php
D tests/classes/Plugins/Import/ImportSqlTest.php
D tests/classes/Plugins/Import/ImportXmlTest.php
D tests/classes/Plugins/Schema/DiaRelationSchemaTest.php
D tests/classes/Plugins/Schema/EpsRelationSchemaTest.php
D tests/classes/Plugins/Schema/ExportRelationSchemaTest.php
D tests/classes/Plugins/Schema/PdfRelationSchemaTest.php
D tests/classes/Plugins/Schema/SchemaDiaTest.php
D tests/classes/Plugins/Schema/SchemaEpsTest.php
D tests/classes/Plugins/Schema/SchemaPdfTest.php
D tests/classes/Plugins/Schema/SchemaSvgTest.php
D tests/classes/Plugins/Schema/SvgRelationSchemaTest.php
D tests/classes/Plugins/Transformations/TransformationPluginsTest.php
D tests/classes/Plugins/TwoFactor/KeyTest.php
D tests/classes/Plugins/TwoFactor/WebAuthnTest.php
D tests/classes/PluginsTest.php
D tests/classes/ProfilingTest.php
D tests/classes/Properties/Options/Groups/OptionsPropertyMainGroupTest.php
D tests/classes/Properties/Options/Groups/OptionsPropertyRootGroupTest.php
D tests/classes/Properties/Options/Groups/OptionsPropertySubgroupTest.php
D tests/classes/Properties/Options/Items/PropertyItemsTest.php
D tests/classes/Properties/Options/OptionsPropertyGroupTest.php
D tests/classes/Properties/Options/OptionsPropertyItemTest.php
D tests/classes/Properties/Options/OptionsPropertyOneItemTest.php
D tests/classes/Properties/Plugins/ExportPluginPropertiesTest.php
D tests/classes/Properties/Plugins/ImportPluginPropertiesTest.php
D tests/classes/Properties/Plugins/PluginPropertyItemTest.php
D tests/classes/Properties/PropertyItemTest.php
D tests/classes/Query/CompatibilityTest.php
D tests/classes/Query/GeneratorTest.php
D tests/classes/Replication/ReplicationGuiTest.php
D tests/classes/ResponseRendererTest.php
D tests/classes/Routing/RoutesTest.php
D tests/classes/Routing/RoutingTest.php
D tests/classes/SanitizeTest.php
D tests/classes/ScriptsTest.php
D tests/classes/Server/PluginTest.php
D tests/classes/Server/PluginsTest.php
D tests/classes/Server/Privileges/AccountLockingTest.php
D tests/classes/Server/PrivilegesTest.php
D tests/classes/Server/SelectTest.php
D tests/classes/Server/SysInfo/SysInfoTest.php
D tests/classes/Setup/ConfigGeneratorTest.php
D tests/classes/Setup/FormProcessingTest.php
D tests/classes/Setup/IndexTest.php
D tests/classes/ShowGrantsTest.php
D tests/classes/SqlQueryFormTest.php
D tests/classes/SqlTest.php
D tests/classes/StorageEngineTest.php
D tests/classes/Stubs/DbiDummy.php
D tests/classes/Stubs/DummyResult.php
D tests/classes/Stubs/ResponseRenderer.php
D tests/classes/SystemDatabaseTest.php
D tests/classes/Table/ColumnsDefinitionTest.php
D tests/classes/Table/IndexesTest.php
D tests/classes/Table/Maintenance/MessageTest.php
D tests/classes/Table/SearchTest.php
D tests/classes/Table/TableTest.php
D tests/classes/TemplateTest.php
D tests/classes/Theme/ThemeManagerTest.php
D tests/classes/Theme/ThemeTest.php
D tests/classes/Tracking/TrackerTest.php
D tests/classes/Tracking/TrackingCheckerTest.php
D tests/classes/Tracking/TrackingTest.php
D tests/classes/TransformationsTest.php
D tests/classes/Triggers/TriggerTest.php
D tests/classes/Triggers/TriggersTest.php
D tests/classes/TwoFactorTest.php
D tests/classes/TypesByDatabaseVersionTest.php
D tests/classes/TypesTest.php
D tests/classes/UniqueConditionTest.php
D tests/classes/UrlTest.php
D tests/classes/UserPasswordTest.php
D tests/classes/UserPreferencesTest.php
D tests/classes/UserPrivilegesFactoryTest.php
D tests/classes/UtilTest.php
D tests/classes/Utils/ForeignKeyTest.php
D tests/classes/Utils/FormatConverterTest.php
D tests/classes/Utils/GisTest.php
D tests/classes/Utils/HttpRequestTest.php
D tests/classes/Utils/SessionCacheTest.php
D tests/classes/VersionInformationTest.php
D tests/classes/VersionTest.php
D tests/classes/WebAuthn/CBORDecoderTest.php
D tests/classes/WebAuthn/WebauthnLibServerTest.php
D tests/classes/ZipExtensionTest.php
D tests/classes/_data/file_listing/one.txt
D tests/classes/_data/file_listing/subfolder/one.ini
D tests/classes/_data/file_listing/subfolder/zero.txt
D tests/classes/_data/file_listing/two.md
D tests/classes/_data/gen_version_info/theme.json
D tests/classes/_data/incorrect_theme/theme.json
D tests/selenium/ChangePasswordTest.php
D tests/selenium/CreateDropDatabaseTest.php
D tests/selenium/CreateRemoveUserTest.php
D tests/selenium/Database/EventsTest.php
D tests/selenium/Database/OperationsTest.php
D tests/selenium/Database/ProceduresTest.php
D tests/selenium/Database/StructureTest.php
D tests/selenium/ExportTest.php
D tests/selenium/ImportTest.php
D tests/selenium/LoginTest.php
D tests/selenium/NormalizationTest.php
D tests/selenium/ServerSettingsTest.php
D tests/selenium/SqlQueryTest.php
D tests/selenium/Table/BrowseTest.php
D tests/selenium/Table/CreateTest.php
D tests/selenium/Table/InsertTest.php
D tests/selenium/Table/OperationsTest.php
D tests/selenium/Table/StructureTest.php
D tests/selenium/TestBase.php
D tests/selenium/TrackingTest.php
D tests/selenium/TriggersTest.php
D tests/selenium/XssTest.php
Log Message:
-----------
Merge pull request #19007 from MauricioFauth/tests-dir-rename
Rename tests/classes and tests/selenium to tests/unit and tests/end-to-end