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

Class assBaseTestCase. More...

+ Inheritance diagram for assBaseTestCase:
+ Collaboration diagram for assBaseTestCase:

Protected Member Functions

 setUp ()
 
 setGlobalVariable ($name, $value)
 
 getGlobalTemplateMock ()
 
 getDatabaseMock ()
 
 getIliasMock ()
 

Detailed Description

Class assBaseTestCase.

Definition at line 9 of file assBaseTestCase.php.

Member Function Documentation

◆ getDatabaseMock()

◆ getGlobalTemplateMock()

◆ getIliasMock()

assBaseTestCase::getIliasMock ( )
protected

◆ setGlobalVariable()

◆ setUp()

assBaseTestCase::setUp ( )
protected

Definition at line 14 of file assBaseTestCase.php.

References $GLOBALS.

14  : void
15  {
16  $GLOBALS['DIC'] = new \ILIAS\DI\Container();
17 
18  parent::setUp();
19  }
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
Definition: PEAR.php:64

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