Unit tests.
More...
◆ setUp()
assAnswerMatchingDefinitionTest::setUp |
( |
| ) |
|
|
protected |
Definition at line 15 of file assAnswerMatchingDefinitionTest.php.
References defined.
17 if (
defined(
'ILIAS_PHPUNIT_CONTEXT'))
19 include_once(
"./Services/PHPUnit/classes/class.ilUnitUtil.php");
20 ilUnitUtil::performInitialisation();
24 chdir( dirname( __FILE__ ) );
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'
◆ test_instantiateObjectSimple()
assAnswerMatchingDefinitionTest::test_instantiateObjectSimple |
( |
| ) |
|
Definition at line 29 of file assAnswerMatchingDefinitionTest.php.
32 require_once
'./Modules/TestQuestionPool/classes/class.assAnswerMatchingDefinition.php';
38 $this->assertInstanceOf(
'assAnswerMatchingDefinition', $instance);
Class for matching question definitions.
◆ $backupGlobals
assAnswerMatchingDefinitionTest::$backupGlobals = FALSE |
|
protected |
The documentation for this class was generated from the following file: