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
path: root/test
AgeCommit message (Collapse)Author
2022-01-22Fix iconv failing testMaurício Meneghini Fauth
(cherry picked from commit 9b6cb9ce7dc3178267eca1e08b99b8ac2e431f85) Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-01-22Fix `DatabaseInterfaceTest::testGetConnectionParams` testsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-01-10Fix URL encryption for Util::linkOrButton methodMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-01-10Do not encrypt params if used in data-post attributeMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-01-10Add unit testsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-01-10Create `PhpMyAdmin\Crypto\Crypto` class to handle encryptionsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-10-11Fix failing testsWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-04-12Use Sphinx<3.0.0 to avoid having new warnings failing the CIWilliam Desportes
Fixed on 5.0+ by 41c1e360d4c162a28e8c6f0949f47aaf467cb2cd Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-03-21Fix transformation testIsaac Bennetch
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2020-03-06Fix Display\ResultsTest errorsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-24Add a group to exclude a test on debianWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21Fix a possible php7.4 error / failing testsWilliam Desportes
"Trying to access array offset on value of type null" Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-09Fix #15621 - Support CloudFront-Forwarded-Proto headerWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-05Fix tests and phpdoc for #15571William Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-11-11Fix selenium TrackingTest William Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-11-06Merge #15556 - Fix Long2IP issue with PHP7.1William Desportes
Pull-request: #15556 Fixes: #14906 Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-11-06Improve test suite to make it 32bit compatible and more flexibleWilliam Desportes
Ref: #14906 - Fixes the case where you have FilterLanguages in the local config file - Fixes the case where the php zip or php bz2 extension is not installed Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-11-03Add unit tests for Util::isIntegerHugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-11-03Update unit testsHugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-10-30Fix unit testsWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-10-29Merge #15514 - Unit test fixes for phpunit 8 compatibilityWilliam Desportes
Pull-request: #15514 Ref: #15236 Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-10-21Fix some coding standard issues detected by PHPCSMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-10-20Fix Unit test testGetHtmlForReferentialIntegrityCheck after #14598William Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-10-19Use try catch instead of expectException from frameworkWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-10-19Fix selenium DbProceduresTest as mysql does not truncate if the input does ↵William Desportes
not allow a longer length than the data given Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-10-19Add groups to tests and fix oneWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-10-19Fix some deprecated phpunit methodsWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-10-19Fix setUp function not in camel caseWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-08-31Fix AdvisorTestHugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-08-30Fix tests regarding Advisor class changesHugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-08-23Fix Unit tests broken by a23f2ba51a93af0c5eWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-08-20Fix tests for "NULL wrongly checked on field change"William Desportes
Pull-request: #15445 Introduced-by: bef259c5100b06ceb24caa49ff19d649c6cdf94f Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-08-11Fixed configuration for FilterLanguagesVadim Chernyshev
Signed-off-by: Vadim Chernyshev <tryfunc@gmail.com>
2019-06-30Add description for the _nopad (NO PAD) collation suffixMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-30Add description for the _ks (kana-sensitive) collation suffixMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-06-22Fix coding standard errors and phpdocWilliam Desportes
[ci skip] Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-06-13Harden the HMAC secret by using the blowfish_secretWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-06-13Make the hmac secret a secret for the userWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-06-13Add Unit test case for session renewalWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-06-12Add a key for hhvmWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-06-12Add unit testsWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-06-06Finish fixing theme tests for 4.9Isaac Bennetch
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-06-06Fix theme tests for 4.9Isaac Bennetch
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2019-06-01Retrieve parameters from $_POST in AuthenticationCookie pluginMaurício Meneghini Fauth
Retrieves pma_username and pma_password parameters from $_POST instead of $_REQUEST Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-29Fix empty PMA_gotoWhitelist JavaScript arrayMaurício Meneghini Fauth
Related to commit 738f5272422324c8dfb03f76da8d851be05da597 Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-10Merge pull request #15246 from williamdes/bugfix/issue-14412-auth-signonIsaac Bennetch
Fix #14412 - AuthenticationSignon.php's showFailure function does not consider SignonCookieParams
2019-05-07Fix failing tests for #14588William Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-05Use ::class for AuthenticationSignon testWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-05Add a test for setCookieParamsWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-04Add ChangeLog entry for #14934Maurício Meneghini Fauth
Fixed all fields readonly on Edit/Insert screens - Fix tests Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>