ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilAddAnswerFormBuilderTest.php
Go to the documentation of this file.
1 <?php
2 
21 
32 {
33  protected $backupGlobals = false;
34 
36 
37  protected function setUp(): void
38  {
39  parent::setUp();
40 
41  $this->object = new ilAddAnswerFormBuilder(
42  $this->createMock(UIFactory::class),
43  $this->createMock(RefineryFactory::class),
44  $this->createMock(ilLanguage::class),
45  $this->createMock(ilCtrl::class)
46  );
47  }
48 
49  public function testConstruct(): void
50  {
51  $this->assertInstanceOf(ilAddAnswerFormBuilder::class, $this->object);
52  }
53 }
Class assBaseTestCase.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...