[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 1cb874: Make GitTest::testIsGitRevision not depend on .git directory in filesystem

William Desportes williamdes at wdes.fr
Fri May 22 01:49:41 CEST 2020


Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1cb874a75eb38c59e139b4067c78b757704de63e
https://github.com/phpmyadmin/phpmyadmin/commit/1cb874a75eb38c59e139b4067c78b757704de63e
Author: William Desportes <williamdes at wdes.fr>
Date: 2020-05-22 (Fri, 05 May 2020) +02:00

Changed paths: 
M test/classes/GitTest.php

Log Message:
-----------
Make GitTest::testIsGitRevision not depend on .git directory in filesystem

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: 7b6cf8a1b99f3e386257ba878bb006897dc85f81
https://github.com/phpmyadmin/phpmyadmin/commit/7b6cf8a1b99f3e386257ba878bb006897dc85f81
Author: William Desportes <williamdes at wdes.fr>
Date: 2020-05-22 (Fri, 05 May 2020) +02:00

Changed paths: 
M test/classes/Database/EventsTest.php
M test/classes/PmaTestCase.php

Log Message:
-----------
Fix bad mocking cleanup of Response::_instance

Seed: 1590097033

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: 49a6d6e8d017cf303f213324929cf083f85f41f1
https://github.com/phpmyadmin/phpmyadmin/commit/49a6d6e8d017cf303f213324929cf083f85f41f1
Author: William Desportes <williamdes at wdes.fr>
Date: 2020-05-22 (Fri, 05 May 2020) +02:00

Changed paths: 
M test/classes/AdvisorTest.php
M test/classes/Config/ConfigFileTest.php
M test/classes/Config/DescriptionTest.php
M test/classes/Config/FormDisplayTest.php
M test/classes/Config/FormTest.php
M test/classes/Config/Forms/FormListTest.php
M test/classes/Config/PageSettingsTest.php
M test/classes/Config/ServerConfigChecksTest.php
M test/classes/ConfigTest.php
M test/classes/Controllers/Database/PrivilegesControllerTest.php
M test/classes/Controllers/Database/StructureControllerTest.php
M test/classes/Controllers/Table/IndexesControllerTest.php
M test/classes/Controllers/Table/PrivilegesControllerTest.php
M test/classes/Controllers/Table/RelationControllerTest.php
M test/classes/Controllers/Table/SearchControllerTest.php
M test/classes/Controllers/Table/StructureControllerTest.php
M test/classes/Database/QbeTest.php
M test/classes/Database/SearchTest.php
M test/classes/DatabaseInterfaceTest.php
M test/classes/Display/ResultsTest.php
M test/classes/Engines/BdbTest.php
M test/classes/Engines/BinlogTest.php
M test/classes/Engines/InnodbTest.php
M test/classes/Engines/MemoryTest.php
M test/classes/Engines/MrgMyisamTest.php
M test/classes/Engines/MyisamTest.php
M test/classes/Engines/NdbclusterTest.php
M test/classes/Engines/PbxtTest.php
M test/classes/ErrorHandlerTest.php
M test/classes/ErrorTest.php
M test/classes/FileTest.php
M test/classes/FontTest.php
M test/classes/FooterTest.php
M test/classes/GitTest.php
M test/classes/HeaderTest.php
M test/classes/Html/GeneratorTest.php
M test/classes/Html/MySQLDocumentationTest.php
M test/classes/IndexTest.php
M test/classes/LanguageTest.php
M test/classes/LinterTest.php
M test/classes/ListDatabaseTest.php
M test/classes/MenuTest.php
M test/classes/MessageTest.php
M test/classes/Navigation/NavigationTest.php
M test/classes/Navigation/NavigationTreeTest.php
M test/classes/Navigation/NodeFactoryTest.php
M test/classes/Navigation/Nodes/NodeColumnContainerTest.php
M test/classes/Navigation/Nodes/NodeColumnTest.php
M test/classes/Navigation/Nodes/NodeDatabaseChildTest.php
M test/classes/Navigation/Nodes/NodeDatabaseTest.php
M test/classes/Navigation/Nodes/NodeEventContainerTest.php
M test/classes/Navigation/Nodes/NodeEventTest.php
M test/classes/Navigation/Nodes/NodeFunctionContainerTest.php
M test/classes/Navigation/Nodes/NodeFunctionTest.php
M test/classes/Navigation/Nodes/NodeIndexContainerTest.php
M test/classes/Navigation/Nodes/NodeIndexTest.php
M test/classes/Navigation/Nodes/NodeProcedureContainerTest.php
M test/classes/Navigation/Nodes/NodeProcedureTest.php
M test/classes/Navigation/Nodes/NodeTableContainerTest.php
M test/classes/Navigation/Nodes/NodeTableTest.php
M test/classes/Navigation/Nodes/NodeTest.php
M test/classes/Navigation/Nodes/NodeTriggerContainerTest.php
M test/classes/Navigation/Nodes/NodeTriggerTest.php
M test/classes/Navigation/Nodes/NodeViewContainerTest.php
M test/classes/Navigation/Nodes/NodeViewTest.php
M test/classes/PdfTest.php
M test/classes/Plugins/Auth/AuthenticationConfigTest.php
M test/classes/Plugins/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/RoutingTest.php
M test/classes/ScriptsTest.php
M test/classes/Setup/ConfigGeneratorTest.php
M test/classes/StorageEngineTest.php
M test/classes/SystemDatabaseTest.php
M test/classes/TableTest.php
M test/classes/TemplateTest.php
M test/classes/ThemeManagerTest.php
M test/classes/ThemeTest.php
M test/classes/TrackerTest.php
M test/classes/TwoFactorTest.php
M test/classes/TypesTest.php
M test/classes/UtilTest.php
M test/classes/Utils/FormatConverterTest.php
M test/classes/Utils/HttpRequestTest.php
M test/classes/VersionInformationTest.php
M test/classes/ZipExtensionTest.php

Log Message:
-----------
Use AbstractTestCase instead of PmaTestCase for all tests not needing mockResponse

Signed-off-by: William Desportes <williamdes at wdes.fr>

Commit: b8e68340583216e694e24785f4eeb8a610072c3b
https://github.com/phpmyadmin/phpmyadmin/commit/b8e68340583216e694e24785f4eeb8a610072c3b
Author: William Desportes <williamdes at wdes.fr>
Date: 2020-05-22 (Fri, 05 May 2020) +02:00

Changed paths: 
A test/classes/AbstractNetwokTestCase.php
M test/classes/CoreTest.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/Setup/FormProcessingTest.php
M test/classes/UserPreferencesTest.php
D test/classes/PmaTestCase.php

Log Message:
-----------
Rename PmaTestCase to AbstractNetwokTestCase

Signed-off-by: William Desportes <williamdes at wdes.fr>



More information about the Git mailing list