Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 92cc67fbf7161b90203680d3cfc3acb2b998cd75 https://github.com/phpmyadmin/phpmyadmin/commit/92cc67fbf7161b90203680d3cfc3... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2019-02-24 (Sun, 02 February 2019) -03:00
Changed paths: M test/classes/BrowseForeignersTest.php M test/classes/CentralColumnsTest.php M test/classes/CharsetsTest.php M test/classes/Config/FormDisplayTemplateTest.php M test/classes/Config/FormDisplayTest.php M test/classes/Config/PageSettingsTest.php M test/classes/Controllers/Server/BinlogControllerTest.php M test/classes/Controllers/Server/CollationsControllerTest.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/Status/AdvisorControllerTest.php M test/classes/Controllers/Server/Status/MonitorControllerTest.php M test/classes/Controllers/Server/Status/ProcessesControllerTest.php M test/classes/Controllers/Server/Status/StatusControllerTest.php M test/classes/Controllers/Server/VariablesControllerTest.php M test/classes/Controllers/Table/IndexesControllerTest.php M test/classes/Controllers/TransformationOverviewControllerTest.php M test/classes/Database/DesignerTest.php M test/classes/Database/QbeTest.php M test/classes/Database/SearchTest.php M test/classes/DatabaseInterfaceTest.php M test/classes/Display/ChangePasswordTest.php M test/classes/Display/CreateTableTest.php M test/classes/Display/ExportTest.php M test/classes/Display/ResultsTest.php M test/classes/EncodingTest.php M test/classes/ErrorHandlerTest.php M test/classes/ErrorReportTest.php M test/classes/ErrorTest.php M test/classes/FooterTest.php M test/classes/HeaderTest.php M test/classes/IndexTest.php M test/classes/InsertEditTest.php M test/classes/LanguageTest.php M test/classes/MenuTest.php M test/classes/MultSubmitsTest.php M test/classes/Navigation/NavigationTest.php M test/classes/Navigation/NavigationTreeTest.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/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/PdfTest.php M test/classes/Plugins/Auth/AuthenticationConfigTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/classes/Plugins/Auth/AuthenticationHttpTest.php M test/classes/Plugins/Auth/AuthenticationSignonTest.php M test/classes/Plugins/Export/ExportCodegenTest.php M test/classes/Plugins/Export/ExportHtmlwordTest.php M test/classes/Plugins/Export/ExportLatexTest.php M test/classes/Plugins/Export/ExportOdsTest.php M test/classes/Plugins/Export/ExportOdtTest.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/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/RelationTest.php M test/classes/ReplicationGuiTest.php M test/classes/Rte/EventsTest.php M test/classes/Rte/RoutinesTest.php M test/classes/Rte/TriggersTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Server/SelectTest.php M test/classes/Server/Status/DataTest.php M test/classes/Server/Status/QueriesTest.php M test/classes/Server/Status/VariablesTest.php M test/classes/Server/UserGroupsTest.php M test/classes/Server/UsersTest.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/StorageEngineTest.php M test/classes/TableTest.php M test/classes/TemplateTest.php M test/classes/ThemeManagerTest.php M test/classes/ThemeTest.php M test/classes/TrackingTest.php M test/classes/UserPreferencesTest.php M test/classes/UtilTest.php M test/classes/Utils/HttpRequestTest.php M test/libraries/FilesTest.php M test/selenium/CreateRemoveUserTest.php M test/selenium/ExportTest.php M test/selenium/NormalizationTest.php M test/selenium/Table/BrowseTest.php M test/selenium/Table/CreateTest.php M test/selenium/Table/InsertTest.php M test/selenium/TrackingTest.php
Log Message: ----------- Replace assertContains() with assertStringContainsString()
Using assertContains() with string haystacks is deprecated and will not be supported in PHPUnit 9. Refactor your test to use assertStringContainsString() or assertStringContainsStringIgnoringCase() instead. Using assertNotContains() with string haystacks is deprecated and will not be supported in PHPUnit 9. Refactor your test to use assertStringNotContainsString() or assertStringNotContainsStringIgnoringCase() instead.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 3e1b935df6de57e15850bdd39c0b9a0446e41e1c https://github.com/phpmyadmin/phpmyadmin/commit/3e1b935df6de57e15850bdd39c0b... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2019-02-24 (Sun, 02 February 2019) -03:00
Changed paths: M test/classes/UserPreferencesTest.php
Log Message: ----------- Replace assertEquals() with assertEqualsWithDelta()
The optional $delta parameter of assertEquals() is deprecated and will be removed in PHPUnit 9. Refactor your test to use assertEqualsWithDelta() instead.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 39141e7c686e21f1b434358c960b6e87cff53b56 https://github.com/phpmyadmin/phpmyadmin/commit/39141e7c686e21f1b434358c960b... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2019-02-24 (Sun, 02 February 2019) -03:00
Changed paths: M test/classes/NormalizationTest.php
Log Message: ----------- Replace assertInternalType() with assertIsArray()
assertInternalType() is deprecated and will be removed in PHPUnit 9. Refactor your test to use assertIsArray(), assertIsBool(), assertIsFloat(), assertIsInt(), assertIsNumeric(), assertIsObject(), assertIsResource(), assertIsString(), assertIsScalar(), assertIsCallable(), or assertIsIterable() instead.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 74105ab85ca40aad536c7a17eca33996de786fe6 https://github.com/phpmyadmin/phpmyadmin/commit/74105ab85ca40aad536c7a17eca3... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2019-02-24 (Sun, 02 February 2019) -03:00
Changed paths: M test/classes/Config/FormDisplayTest.php M test/classes/ConfigTest.php M test/classes/HeaderTest.php M test/classes/ScriptsTest.php M test/classes/TrackerTest.php
Log Message: ----------- Replace readAttribute() and assertAttributeEquals()
assertAttributeEquals() is deprecated and will be removed in PHPUnit 9. readAttribute() is deprecated and will be removed in PHPUnit 9.
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com
Commit: 6bd2dbd5f2b43a1f1b90e0795a85ac6a6bee55a1 https://github.com/phpmyadmin/phpmyadmin/commit/6bd2dbd5f2b43a1f1b90e0795a85... Author: Maurício Meneghini Fauth mauriciofauth@gmail.com Date: 2019-02-24 (Sun, 02 February 2019) -03:00
Changed paths: M .gitignore M composer.json M test/selenium/TestBase.php
Log Message: ----------- Add support for PHPUnit 8
Signed-off-by: Maurício Meneghini Fauth mauriciofauth@gmail.com