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
2021-03-05Use PSR-12 for namespace use statementsMaurício Meneghini Fauth
2020-07-17Add typehints using phpcbf on test/*William Desportes
2020-07-07Add return type declaration to test methodsMaurício Meneghini Fauth
2020-05-26Fix some coding standard issuesMaurício Meneghini Fauth
2020-05-22Use AbstractTestCase instead of PmaTestCase for all tests not needing mockRes...William Desportes
2020-05-20Call parent's setUp and tearDownWilliam Desportes
2020-05-17Break too long linesMaurício Meneghini Fauth
2020-05-13Fix some coding standard issuesMaurício Meneghini Fauth
2020-01-23Remove useless return type annotationsMaurício Meneghini Fauth
2020-01-22Reference global funcs and consts via use statementMaurício Meneghini Fauth
2020-01-22Remove use statements within the same namespaceMaurício Meneghini Fauth
2020-01-20Remove unnecessary annotationsMaurício Meneghini Fauth
2019-12-14Remove some useless docblock commentsMaurício Meneghini Fauth
2019-12-12Remove unused use statementsMaurício Meneghini Fauth
2019-11-12Convert Messages to Bootstrap AlertsMaurício Meneghini Fauth
2019-09-02Remove vim modelinesMaurício Meneghini Fauth
2019-06-14Add a trailing comma in multi-line arraysMaurício Meneghini Fauth
2019-02-24Replace assertContains() with assertStringContainsString()Maurício Meneghini Fauth
2019-02-23Add void return type declaration for testsMaurício Meneghini Fauth
2019-01-07Format array declarationsMaurício Meneghini Fauth
2018-12-19Remove unnecessary HTML closing tagsMaurício Meneghini Fauth
2018-10-18Fix some tests on WindowsMaurício Meneghini Fauth
2018-06-19Some coding style fixesMaurício Meneghini Fauth
2018-05-30Use short array syntax instead of long array syntaxMaurício Meneghini Fauth
2018-05-18Fix phpcs errorsMaurício Meneghini Fauth
2018-05-16Enable strict mode in test filesMaurício Meneghini Fauth
2018-04-13Upgrade PHPUnit to 6.5Maurício Meneghini Fauth
2017-12-12Refactoring testsGabriel Caruso
2017-09-30Move PMATestCase to PhpMyAdmin\Tests\PmaTestCaseMaurício Meneghini Fauth
2017-09-20Add namespace to test classesMaurício Meneghini Fauth
2017-07-08Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-29Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2016-08-18Merge branch 'QA_4_6-security' into master-securityMichal Čihař
2016-08-18Strip path even if openbasedir restrictions applyMichal Čihař
2016-06-17Merge branch 'QA_4_6'Michal Čihař
2016-06-17Adjust tests to new error reporting handling of objectsMichal Čihař
2016-06-06Merge branch 'QA_4_6'Michal Čihař
2016-06-06Avoid rewriting PHP stack framesMichal Čihař
2016-02-22Refactor text sanitization and javascript escaping, Issue #11989, #11988Durgesh
2016-02-12Remove no longer needed variablesMichal Čihař
2016-02-12Define theme for all testsMichal Čihař
2016-02-12Fix test expectations to match current filenameMichal Čihař
2016-02-12Merge branch 'QA_4_5' into QA_4_6Michal Čihař
2015-12-18Move the rest of the tests related to objects under a common parent testMadhura Jayaratne
2015-10-15Rename test classesMadhura Jayaratne