Split SiteLookup interface from SiteStore
[lhc/web/wiklou.git] / tests / phpunit / includes / site / TestSites.php
index af314ba..b3ff701 100644 (file)
@@ -108,7 +108,7 @@ class TestSites {
         * @since 0.1
         */
        public static function insertIntoDb() {
-               $sitesTable = SiteSQLStore::newInstance();
+               $sitesTable = new DBSiteStore();
                $sitesTable->clear();
                $sitesTable->saveSites( TestSites::getSites() );
        }