Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-10Fix ProceduresTestWilliam Desportes
2020-06-10Fix StructureTestWilliam Desportes
2020-06-10Fix TriggersTestWilliam Desportes
2020-06-10Fix OperationsTestWilliam Desportes
2020-06-10Fix EventsTestWilliam Desportes
2020-06-10Fix CreateDropDatabaseTestWilliam Desportes
2020-06-10Drop all the mysqli config to execute SQL statements with the sql query tabWilliam Desportes
2020-06-03Fix methods calls due to 9668731fe6cWilliam Desportes
2020-06-03Fix selenium tests warnings on private test methods after removing _William Desportes
2020-06-02Remove underscore prefix from method namescharliewindred
2020-05-27Use early exit when possibleMaurício Meneghini Fauth
2020-05-27Remove useless elseif with ifMaurício Meneghini Fauth
2020-05-27Remove useless elsesMaurício Meneghini Fauth
2020-05-26Use short list syntax and single line arraysMaurício Meneghini Fauth
2020-05-26Fix some coding standard issuesMaurício Meneghini Fauth
2020-05-26Fix some coding standard issuesMaurício Meneghini Fauth
2020-05-24Fix DROP DATABASE queriesWilliam Desportes
2020-05-24Fix OperationsTest::testCopyTableWilliam Desportes
2020-05-24Some selenium code improvementsWilliam Desportes
2020-05-24Remove all globals for selenium tests and use getenvWilliam Desportes
2020-05-24Select English if the selector exists on selenium testsWilliam Desportes
2020-05-24Add getters for some ENVs in the selenium test suiteWilliam Desportes
2020-05-24TestBase improvements for selenium test suiteWilliam Desportes
2020-05-24Improve TestBase and fix some reported errorsWilliam Desportes
2020-05-24Merge branch 'QA_5_0'William Desportes
2020-05-24Maximize ImportTest to avoid having random issues with "More" menuWilliam Desportes
2020-05-24Apply coding standards for 5.0William Desportes
2020-05-24Improve BrowserStack configWilliam Desportes
2020-05-24Fix testServerExport by adding quotes to the selectorWilliam Desportes
2020-05-24Rewrite waitAjax selenium functionWilliam Desportes
2020-05-23Fix isLoggedIn selenium test base functionWilliam Desportes
2020-05-21Move defining envs to defineTestingGlobalsWilliam Desportes
2020-05-21Fix curl init error conditionWilliam Desportes
2020-05-20Call parent's setUp and tearDownWilliam Desportes
2020-05-17Break too long linesMaurício Meneghini Fauth
2020-05-16Show an error if curl init failedWilliam Desportes
2020-05-15Remove some unused variable assignementsWilliam Desportes
2020-05-14Fix selenium testLoginWithWrongPassword and testQueryTabWithNullValue testsWilliam Desportes
2020-05-14Fix Expanding "More" menu on small screensWilliam Desportes
2020-05-14Fix Expanding "More" menu for ever, check once and continueWilliam Desportes
2020-05-13Fix testHideDatabase by clearing the auto-completed inputWilliam Desportes
2020-05-13Fix the case of a submit selectorWilliam Desportes
2020-05-13Remove some useless variablesMaurício Meneghini Fauth
2020-05-13Fix some coding standard issuesMaurício Meneghini Fauth
2020-05-12Remove selenium success assertions after #15662 and #15663William Desportes
2020-05-12Fix selenium EventsTestWilliam Desportes
2020-05-12Fix selenium test testCopyDbWilliam Desportes
2020-05-12Add a quick check if the full screen did not hide the menu bar to avoid waiti...William Desportes
2020-05-12Add tests dependencies on EventsTestWilliam Desportes
2020-05-12Fix selenium {Table/Database}/OperationsTest testWilliam Desportes