ILIAS  trunk Revision v5.2.0beta1-34132-g2d4d73d4a0
assAnswerMatchingDefinitionTest 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 assAnswerMatchingDefinitionTest:
+ Collaboration diagram for assAnswerMatchingDefinitionTest:

Public Member Functions

 test_instantiateObjectSimple ()
 

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

Member Function Documentation

◆ setUp()

assAnswerMatchingDefinitionTest::setUp ( )
protected

Definition at line 30 of file assAnswerMatchingDefinitionTest.php.

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

◆ test_instantiateObjectSimple()

assAnswerMatchingDefinitionTest::test_instantiateObjectSimple ( )

Definition at line 35 of file assAnswerMatchingDefinitionTest.php.

35  : void
36  {
37  $instance = new assAnswerMatchingDefinition();
38 
39  $this->assertInstanceOf(assAnswerMatchingDefinition::class, $instance);
40  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

Field Documentation

◆ $backupGlobals

assAnswerMatchingDefinitionTest::$backupGlobals = false
protected

Definition at line 28 of file assAnswerMatchingDefinitionTest.php.


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