Do not insert page titles into querycache.qc_value
[lhc/web/wiklou.git] / tests / phpunit / includes / title / NamespaceInfoTest.php
index 7f97a16..03ba960 100644 (file)
@@ -1275,7 +1275,6 @@ class NamespaceInfoTest extends MediaWikiTestCase {
                        'wgRestrictionLevels' => [ '', 'autoconfirmed', 'sysop' ],
                        'wgAutopromote' => []
                ] );
-               $this->resetServices();
                $obj = $this->newObj();
                $user = is_null( $groups ) ? null : $this->getTestUser( $groups )->getUser();
                $this->assertSame( $expected, $obj->getRestrictionLevels( $ns, $user ) );