MainConfigSchema::getDefaultValue( MainConfigNames::Favicon ), MainConfigNames::OpenSearchTemplates => MainConfigSchema::getDefaultValue( MainConfigNames::OpenSearchTemplates ), ] ); $urlUtils = $this->getServiceContainer()->getUrlUtils(); $handler = new OpenSearchDescriptionHandler( $config, $urlUtils ); return $handler; } public function testOpenSearchDescription() { $req = new RequestData( [] ); $handler = $this->newHandler( $req ); $resp = $this->executeHandler( $handler, $req ); $this->assertSame( 'application/opensearchdescription+xml', $resp->getHeaderLine( 'content-type' ) ); $xml = (string)$resp->getBody(); $this->assertMatchesRegularExpression( '!^<\?xml!', $xml ); $this->assertMatchesRegularExpression( '!assertMatchesRegularExpression( '!