ILIAS  trunk Revision v5.2.0beta1-34115-g3a2438be29
ilAssQuestionHintTest 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 ilAssQuestionHintTest:
+ Collaboration diagram for ilAssQuestionHintTest:

Public Member Functions

 test_instantiateObject_shouldReturnInstance ()
 

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from assBaseTestCase
 setUp ()
 
 tearDown ()
 
 getIRSSMock ()
 
 getFileDeliveryMock ()
 

Protected Attributes

 $backupGlobals = false
 
- Protected Attributes inherited from assBaseTestCase
Container $dic = null
 

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 Unit tests

Author
Maximilian Becker mbeck.nosp@m.er@d.nosp@m.ataba.nosp@m.y.de

\

Definition at line 26 of file ilAssQuestionHintTest.php.

Member Function Documentation

◆ setUp()

ilAssQuestionHintTest::setUp ( )
protected

Definition at line 30 of file ilAssQuestionHintTest.php.

30  : void
31  {
32  chdir(__DIR__ . '/../../../../');
33  }

◆ test_instantiateObject_shouldReturnInstance()

ilAssQuestionHintTest::test_instantiateObject_shouldReturnInstance ( )

Definition at line 35 of file ilAssQuestionHintTest.php.

35  : void
36  {
37  $instance = new ilAssQuestionHint();
38 
39  $this->assertInstanceOf(ilAssQuestionHint::class, $instance);
40  }

Field Documentation

◆ $backupGlobals

ilAssQuestionHintTest::$backupGlobals = false
protected

Definition at line 28 of file ilAssQuestionHintTest.php.


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