ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
ilTestSequenceFactoryTest Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilTestSequenceFactoryTest:
+ Collaboration diagram for ilTestSequenceFactoryTest:

Public Member Functions

 test_instantiateObject_shouldReturnInstance ()
 

Protected Member Functions

 setUp ()
 

Private Attributes

ilTestSequenceFactory $testObj
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilTestSequenceFactoryTest

Author
Marvin Beym mbeym.nosp@m.@dat.nosp@m.abay..nosp@m.de

Definition at line 25 of file ilTestSequenceFactoryTest.php.

Member Function Documentation

◆ setUp()

ilTestSequenceFactoryTest::setUp ( )
protected

Definition at line 29 of file ilTestSequenceFactoryTest.php.

29  : void
30  {
31  parent::setUp();
32 
33  $this->testObj = new ilTestSequenceFactory(
34  $this->createMock(ilDBInterface::class),
35  $this->getMockBuilder(ilLanguage::class)->disableOriginalConstructor()->getMock(),
36  $this->createMock(ILIAS\Refinery\Factory::class),
37  $this->createMock(ilComponentRepository::class),
38  $this->getMockBuilder(ilObjTest::class)->disableOriginalConstructor()->getMock(),
39  );
40  }
Class ChatMainBarProvider .

◆ test_instantiateObject_shouldReturnInstance()

ilTestSequenceFactoryTest::test_instantiateObject_shouldReturnInstance ( )

Definition at line 42 of file ilTestSequenceFactoryTest.php.

42  : void
43  {
44  $this->assertInstanceOf(ilTestSequenceFactory::class, $this->testObj);
45  }

Field Documentation

◆ $testObj

ilTestSequenceFactory ilTestSequenceFactoryTest::$testObj
private

Definition at line 27 of file ilTestSequenceFactoryTest.php.


The documentation for this class was generated from the following file: