Remove unused minor and major in WikiReference
[lhc/web/wiklou.git] / tests / phpunit / includes / site / SiteListTest.php
index 61d0ace..d6c58cf 100644 (file)
@@ -26,7 +26,6 @@
  *
  * @group Site
  *
- * @licence GNU GPL v2+
  * @author Jeroen De Dauw < jeroendedauw@gmail.com >
  */
 class SiteListTest extends MediaWikiTestCase {
@@ -229,7 +228,7 @@ class SiteListTest extends MediaWikiTestCase {
                foreach ( $list as $site ) {
                        $this->assertTrue( $copy->hasInternalId( $site->getInternalId() ) );
 
-                       foreach( $site->getNavigationIds() as $navId ) {
+                       foreach ( $site->getNavigationIds() as $navId ) {
                                $this->assertTrue(
                                        $copy->hasNavigationId( $navId ),
                                        'unserialized data expects nav id ' . $navId . ' for site ' . $site->getGlobalId()