* 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 |
||
|---|---|---|
| .. | ||
| backup_LogTest.php | ||
| backup_PageTest.php | ||
| backupPrefetchTest.php | ||
| backupTextPassTest.php | ||
| DumpTestCase.php | ||
| fetchTextTest.php | ||
| MaintenanceTest.php | ||