X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fsite%2FHashSiteStoreTest.php;h=bebc093696ad2f1ce8f596007646e4bdd7d7d743;hb=59ebff658ce912c1b0e7ef8d8f9bfec5a4e17b39;hp=caa33fb3d07b73859e24d83af15ba753e73bc1e0;hpb=9668f62ed05ebd2ed608b3b2f0b300c82c545abf;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/site/HashSiteStoreTest.php b/tests/phpunit/includes/site/HashSiteStoreTest.php index caa33fb3d0..bebc093696 100644 --- a/tests/phpunit/includes/site/HashSiteStoreTest.php +++ b/tests/phpunit/includes/site/HashSiteStoreTest.php @@ -22,7 +22,6 @@ * @ingroup Site * @group Site * - * @licence GNU GPL v2+ * @author Katie Filbert < aude.wiki@gmail.com > */ class HashSiteStoreTest extends MediaWikiTestCase { @@ -33,7 +32,7 @@ class HashSiteStoreTest extends MediaWikiTestCase { public function testGetSites() { $expectedSites = array(); - foreach( TestSites::getSites() as $testSite ) { + foreach ( TestSites::getSites() as $testSite ) { $siteId = $testSite->getGlobalId(); $expectedSites[$siteId] = $testSite; }