ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilTestParticipantAccessFilterTest.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
25{
27
28 protected function setUp(): void
29 {
30 parent::setUp();
31
32 $this->testObj = new ilTestParticipantAccessFilterFactory(
33 $this->createMock(ilAccessHandler::class)
34 );
35 }
36
38 {
39 $this->assertInstanceOf(ilTestParticipantAccessFilterFactory::class, $this->testObj);
40 }
41}
Class ilTestBaseClass.
ilTestParticipantAccessFilterFactory $testObj