*/ class SiteSQLStoreTest extends MediaWikiTestCase { /** * @covers SiteSQLStore::newInstance */ public function testNewInstance() { $siteStore = SiteSQLStore::newInstance(); $this->assertInstanceOf( 'SiteSQLStore', $siteStore ); } }