wiki.techinc.nl/tests/phpunit/includes/site
Thiemo Kreuz e1dd371e11 Make use of PHPUnit's assertCount feature where possible
… and avoid assertEmpty() on arrays, in favor of a much more strict
assertSame( [] ).

Change-Id: I20266b0b1fc38a3a87666ba1b0793cb2b37d94a9
2020-03-02 15:58:41 +00:00
..
CachingSiteStoreTest.php tests: Prefer assertSame() when comparing the integer 0 2019-09-19 15:35:23 +00:00
DBSiteStoreTest.php Replace complicated assertions with assertIsString() and such 2020-01-28 19:17:58 +00:00
HashSiteStoreTest.php Unset all globals unneeded for unit tests, assert correct directory 2019-07-09 14:09:29 -04:00
MediaWikiPageNameNormalizerTest.php Manual fix of the remaining assertInternalType & Co. 2019-12-15 00:20:10 +00:00
MediaWikiSiteTest.php Fix most PHPUnit 8 compat issues in DBless tests 2019-12-15 00:24:21 +00:00
SiteExporterTest.php Stop using assertContains with string haystack 2019-12-15 00:22:44 +00:00
SiteImporterTest.php Replace setExpectedException with single arg 2019-10-05 17:39:46 +02:00
SiteImporterTest.xml phpunit: Repair GLOBALS reset in MediaWikiUnitTestCase 2019-09-02 20:58:34 +01:00
SiteListTest.php Replace complicated assertions with assertIsString() and such 2020-01-28 19:17:58 +00:00
SiteTest.php Make use of PHPUnit's assertCount feature where possible 2020-03-02 15:58:41 +00:00
TestSites.php