ILIAS  release_4-3 Revision
 All Data Structures Namespaces Files Functions Variables Groups Pages
assSingleChoiceGUITest Class Reference

Unit tests for single choice questions. More...

+ Inheritance diagram for assSingleChoiceGUITest:
+ Collaboration diagram for assSingleChoiceGUITest:

Protected Member Functions

 setUp ()

Protected Attributes

 $backupGlobals = FALSE

Detailed Description

Unit tests for single choice questions.

Author
Helmut Schottmüller ilias.nosp@m.@aur.nosp@m.ealis.nosp@m..de
Version
Id:
assSingleChoiceTest.php 35946 2012-08-02 21:48:44Z mbecker

Definition at line 33 of file assSingleChoiceGUITest.php.

Member Function Documentation

assSingleChoiceGUITest::setUp ( )
protected

Definition at line 37 of file assSingleChoiceGUITest.php.

{
if (defined('ILIAS_PHPUNIT_CONTEXT'))
{
include_once("./Services/PHPUnit/classes/class.ilUnitUtil.php");
ilUnitUtil::performInitialisation();
}
else
{
chdir( dirname( __FILE__ ) );
chdir('../../../');
}
}

Field Documentation

assSingleChoiceGUITest::$backupGlobals = FALSE
protected

Definition at line 35 of file assSingleChoiceGUITest.php.


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