Merge "Type hint against LinkTarget in WatchedItemStore"
[lhc/web/wiklou.git] / tests / phpunit / includes / user / UserGroupMembershipTest.php
index 1dc282c..340a4c3 100644 (file)
@@ -47,7 +47,7 @@ class UserGroupMembershipTest extends MediaWikiTestCase {
                $this->expiryTime = wfTimestamp( TS_MW, time() + 100500 );
                $this->userTester->addGroup( 'testwriters', $this->expiryTime );
 
-               $this->overrideMwServices();
+               $this->resetServices();
        }
 
        /**