summaryrefslogtreecommitdiff
path: root/tests/phpunit/includes/site/HashSiteStoreTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/site/HashSiteStoreTest.php')
-rw-r--r--tests/phpunit/includes/site/HashSiteStoreTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/site/HashSiteStoreTest.php b/tests/phpunit/includes/site/HashSiteStoreTest.php
index 49a96338..bebc0936 100644
--- a/tests/phpunit/includes/site/HashSiteStoreTest.php
+++ b/tests/phpunit/includes/site/HashSiteStoreTest.php
@@ -32,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;
}