User:Hashar/bug41607
From Wikitech
Install a snapshot of MediaWiki using sqlite:
wget https://integration.mediawiki.org/nightly/mediawiki/core/mediawiki-78a5729.zip unzip mediawiki-78a5729.zip cd mediawiki-78a5729 # Install a basic database using sqlite as a backend php maintenance/install.php benchwiki sysop --pass secret --dbtype sqlite --dbpath . # Run the Dump test suite php tests/phpunit/phpunit.php --group Dump