From e5344b0568a1e047742aaecb1182ada2c3e587a9 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 24 Jul 2020 20:56:20 +0200 Subject: [PATCH] fixed test --- lam/tests/lib/persistenceTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/tests/lib/persistenceTest.php b/lam/tests/lib/persistenceTest.php index dbad924f..6a107dee 100644 --- a/lam/tests/lib/persistenceTest.php +++ b/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');