ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ilBaseWorkflowTest Class Reference

ilBaseWorkflowTest is part of the petri net based workflow engine. More...

+ Inheritance diagram for ilBaseWorkflowTest:
+ Collaboration diagram for ilBaseWorkflowTest:

Public Member Functions

 setUp ()
 
 tearDown ()
 

Detailed Description

ilBaseWorkflowTest is part of the petri net based workflow engine.

This class holds all tests for the class workflows/class.BaseWorkflow

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

/

Definition at line 17 of file ilBaseWorkflowTest.php.

Member Function Documentation

◆ setUp()

ilBaseWorkflowTest::setUp ( )

Definition at line 19 of file ilBaseWorkflowTest.php.

19  : void
20  {
21  include_once("./Services/PHPUnit/classes/class.ilUnitUtil.php");
22  //ilUnitUtil::performInitialisation();
23 
24  // Empty workflow as test fixture for the abstract class.
25  require_once './Services/WorkflowEngine/classes/workflows/class.ilEmptyWorkflow.php';
26  }

◆ tearDown()

ilBaseWorkflowTest::tearDown ( )

Definition at line 28 of file ilBaseWorkflowTest.php.

References $ilSetting.

28  : void
29  {
30  global $ilSetting;
31  if ($ilSetting != null) {
32  $ilSetting->delete('IL_PHPUNIT_TEST_TIME');
33  $ilSetting->delete('IL_PHPUNIT_TEST_MICROTIME');
34  }
35  }
global $ilSetting
Definition: privfeed.php:17

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