fixed test

This commit is contained in:
Roland Gruber 2020-07-24 20:56:20 +02:00
parent b00fd8d83e
commit e5344b0568
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class ConfigDataExporterTest extends TestCase {
$exporter = $this->getMockBuilder('\LAM\PERSISTENCE\ConfigDataExporter')
->setMethods(array('_getMainConfigData', '_getCertificates', '_getServerProfiles',
'_getAccountProfiles', '_getAccountProfileTemplates', '_getPdfProfiles',
'_getPdfProfileTemplates', '_getSelfServiceProfiles'))
'_getPdfProfileTemplates', '_getSelfServiceProfiles', '_getWebauthn'))
->getMock();
$exporter->method('_getMainConfigData')->willReturn($mainData);
$exporter->method('_getCertificates')->willReturn('certs');