ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilTestParticipantAccessFilterTest.php
Go to the documentation of this file.
1 <?php
2 
19 declare(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 }
ilTestParticipantAccessFilterFactory $testObj