setService( 'ContentLanguage', $this->getServiceContainer()->getLanguageFactory()->getLanguage( 'fa' ) ); } public function testModule() { $module = new CiteCSSFileModule( [], __DIR__ . '/../../modules' ); $styles = $module->getStyleFiles( $this->createMock( Context::class ) ); $this->assertSame( [ 'ext.cite.style.fa.css' ], $styles['all'] ); } }