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
DBSiteStoreTest.php Replace complicated assertions with assertIsString() and such 2020-01-28 19:17:58 +00:00
HashSiteStoreTest.php
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
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