wiki.techinc.nl/tests/phpunit/maintenance
Ori Livneh b19ff38846 Clean-up of MediaWikiTestCase::checkHasGzip()
* Move the method from MediaWikiTestCase to DumpTestCase. Only subclasses of
  DumpTestCase use it, and it is not sufficiently well-designed to be a part
  of MediaWikiTestCase. (I'd want something more generic, like
  "$this->markSkippedUnlessExecutable()", rather than a method dedicated solely
  to establishing the availability of the gzip binary.)
* Fix it so that the result of the check is actually cached. It wasn't,
  previously, because of how 'static' works in PHP.
* Be content with checking that gzip is in $PATH instead of actually executing
  it.

Change-Id: Iec687a6bfe75912e1875afc3abb4fb6197a0b3aa
2016-06-01 10:44:23 -07:00
..
backup_LogTest.php Many more function case mismatches 2016-03-19 00:20:58 +00:00
backup_PageTest.php Many more function case mismatches 2016-03-19 00:20:58 +00:00
backupPrefetchTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
backupTextPassTest.php Many more function case mismatches 2016-03-19 00:20:58 +00:00
DumpTestCase.php Clean-up of MediaWikiTestCase::checkHasGzip() 2016-06-01 10:44:23 -07:00
fetchTextTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MaintenanceTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00