protected function getTestModules() { return parent::getTestModules() + array('LuaWikibaseLibraryNoArbitraryAccessTests' => __DIR__ . '/LuaWikibaseLibraryNoArbitraryAccessTests.lua'); }
protected function tearDown() { parent::tearDown(); $this->setAllowDataAccessInUserLanguage($this->oldAllowDataAccessInUserLanguage); }
protected function getTestModules() { return parent::getTestModules() + array('LuaWikibaseLibraryInProcessEntityCacheTests' => __DIR__ . '/LuaWikibaseLibraryInProcessEntityCacheTests.lua'); }