aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/GitInfoTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Move test cases from /includes/ into sub folderUmherirrender2023-09-131-118/+0
* Reorg: Move GitInfo to utils/Amir Sarabadani2023-08-211-0/+1
* tests: Use `overrideConfigValue(s)` where necessaryDerick Alangi2022-07-161-1/+4
* build: Updating dependencieslibraryupgrader2021-07-221-3/+3
* More misc test cleanupDannyS7122020-12-241-0/+1
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Coding style: Auto-fix MediaWiki.Usage.PHPUnit*James D. Forrester2020-01-101-5/+5
* Stop using assertContains with string haystackDaimona Eaytoy2019-12-151-1/+1
* Backwards-compatible PHPUnit 8 preparationsMax Semenik2019-11-021-2/+4
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* tests: Replace PHPUnit's loose assertEquals(false) with assertFalse()Thiemo Kreuz2019-10-041-5/+5
* Allow tests to run with a non-writable source treeTim Starling2018-08-301-19/+28
* Improve GitInfo for reading packed refsSeb352017-10-021-0/+56
* phpcs.xml: Escape . in exclude-patternReedy2017-07-231-1/+1
* Remove empty lines at end of functionsumherirrender2016-11-051-1/+0
* GitInfo: Allow cache to be in the extension directory itselfKunal Mehta2016-01-061-10/+15
* Fix GitInfoTest::testValidJsonData on windowsumherirrender2014-09-301-1/+1
* Fix GitInfo cache file path computation and storage locationBryan Davis2014-07-081-1/+1
* Support precomputed data in GitInfoBryan Davis2014-05-051-0/+42