Browse Source

fixed test

pull/102/head
Roland Gruber 3 years ago
parent
commit
e5344b0568
  1. 2
      lam/tests/lib/persistenceTest.php

2
lam/tests/lib/persistenceTest.php

@ -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');

Loading…
Cancel
Save