19 declare(strict_types=1);
28 $templateRepository = $this->getMockBuilder(ilCertificateTemplateRepository::class)->getMock();
30 $templateRepository->method(
'fetchCurrentlyActiveCertificate')
34 '<xml> Some Content </xml>',
35 md5(
'<xml> Some Content </xml>'),
41 '/some/where/background.jpg',
42 '/some/where/thumbnail.jpg',
50 ->expects($this->once())
51 ->method(
'createDir');
54 ->expects($this->once())
58 ->expects($this->once())
59 ->method(
'deleteDir');
62 ->expects($this->once())
65 $objectHelper = $this->getMockBuilder(ilCertificateObjectHelper::class)
68 $objectHelper->method(
'lookupType')
71 $utilHelper = $this->getMockBuilder(ilCertificateUtilHelper::class)
75 ->expects($this->once())
79 ->expects($this->once())
80 ->method(
'deliverFile');
84 '/some/where/background.jpg',
91 $action->export(
'some/where/root',
'phpunit');
Class ChatMainBarProvider .
Class ilCertificateBaseTestCase.
Class FlySystemFileAccessTest disabled disabled disabled.