fixed test
This commit is contained in:
parent
b00fd8d83e
commit
e5344b0568
|
@ -86,7 +86,7 @@ class ConfigDataExporterTest extends TestCase {
|
||||||
$exporter = $this->getMockBuilder('\LAM\PERSISTENCE\ConfigDataExporter')
|
$exporter = $this->getMockBuilder('\LAM\PERSISTENCE\ConfigDataExporter')
|
||||||
->setMethods(array('_getMainConfigData', '_getCertificates', '_getServerProfiles',
|
->setMethods(array('_getMainConfigData', '_getCertificates', '_getServerProfiles',
|
||||||
'_getAccountProfiles', '_getAccountProfileTemplates', '_getPdfProfiles',
|
'_getAccountProfiles', '_getAccountProfileTemplates', '_getPdfProfiles',
|
||||||
'_getPdfProfileTemplates', '_getSelfServiceProfiles'))
|
'_getPdfProfileTemplates', '_getSelfServiceProfiles', '_getWebauthn'))
|
||||||
->getMock();
|
->getMock();
|
||||||
$exporter->method('_getMainConfigData')->willReturn($mainData);
|
$exporter->method('_getMainConfigData')->willReturn($mainData);
|
||||||
$exporter->method('_getCertificates')->willReturn('certs');
|
$exporter->method('_getCertificates')->willReturn('certs');
|
||||||
|
|
Loading…
Reference in New Issue