ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilAssQuestionHintTrackingTest 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 ilAssQuestionHintTrackingTest:
+ Collaboration diagram for ilAssQuestionHintTrackingTest:

Public Member Functions

 test_instantiateObject_shouldReturnInstance ()
 

Protected Member Functions

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

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 ilAssQuestionHintTrackingTest.php.

Member Function Documentation

◆ setUp()

ilAssQuestionHintTrackingTest::setUp ( )
protected

Definition at line 30 of file ilAssQuestionHintTrackingTest.php.

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

◆ test_instantiateObject_shouldReturnInstance()

ilAssQuestionHintTrackingTest::test_instantiateObject_shouldReturnInstance ( )

Definition at line 35 of file ilAssQuestionHintTrackingTest.php.

References null.

35  : void
36  {
37  $instance = new ilAssQuestionHintTracking(null, null, null);
38 
39  $this->assertInstanceOf(ilAssQuestionHintTracking::class, $instance);
40  }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null

Field Documentation

◆ $backupGlobals

ilAssQuestionHintTrackingTest::$backupGlobals = false
protected

Definition at line 28 of file ilAssQuestionHintTrackingTest.php.


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