Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 1affd8e63453b51c22a64b8289c70a59eb493fd6 https://github.com/phpmyadmin/phpmyadmin/commit/1affd8e63453b51c22a64b8289c7... Author: William Desportes williamdes@wdes.fr Date: 2020-05-25 (Mon, 05 May 2020) +02:00
Changed paths: M test/config.e2e.inc.php
Log Message: ----------- Remove language specific config for selenium tests after 325357c121b
Ref: 325357c121b4e7e843df40135b553abf6a3f8bba Signed-off-by: William Desportes williamdes@wdes.fr
Commit: d82eb1b24a2dbeeb2240f8a207cf68f430c46e29 https://github.com/phpmyadmin/phpmyadmin/commit/d82eb1b24a2dbeeb2240f8a207cf... Author: William Desportes williamdes@wdes.fr Date: 2020-05-25 (Mon, 05 May 2020) +02:00
Changed paths: M test/classes/FileTest.php M test/classes/Plugins/Export/ExportOdsTest.php M test/classes/Plugins/Export/ExportOdtTest.php M test/classes/Plugins/Import/ImportOdsTest.php M test/classes/Plugins/Import/ImportShpTest.php M test/classes/Plugins/Import/ImportXmlTest.php M test/classes/Plugins/Schema/DiaRelationSchemaTest.php M test/classes/Plugins/Schema/SvgRelationSchemaTest.php M test/classes/TwoFactorTest.php M test/classes/ZipExtensionTest.php
Log Message: ----------- Mark extensions to skip tests on minimal php setups
This will help people packaging phpMyAdmin and also make our test suite runnable by more people.
Tested on alpine with the minimal extensions: php-dom php-iconv php-mysqli php-json php-mbstring php-iconv php-session
[PHP Modules] Core date dom filter hash iconv json libxml mbstring mysqli mysqlnd openssl pcre readline Reflection session SPL standard zlib
Signed-off-by: William Desportes williamdes@wdes.fr