ILIAS  release_7 Revision v7.30-3-g800a261c036
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 ()
 
 getHttpMock ()
 
 getDatabaseMock ()
 
 getIliasMock ()
 

Detailed Description

Class assBaseTestCase.

Definition at line 11 of file assBaseTestCase.php.

Member Function Documentation

◆ getDatabaseMock()

◆ getGlobalTemplateMock()

◆ getHttpMock()

assBaseTestCase::getHttpMock ( )
protected

◆ getIliasMock()

assBaseTestCase::getIliasMock ( )
protected

◆ setGlobalVariable()

◆ setUp()

assBaseTestCase::setUp ( )
protected

Definition at line 16 of file assBaseTestCase.php.

References $GLOBALS, and setGlobalVariable().

16  : void
17  {
18  $GLOBALS['DIC'] = new \ILIAS\DI\Container();
19 
20  parent::setUp();
21 
22  $this->setGlobalVariable('refinery', $this->createMock(ILIAS\Refinery\Factory::class));
23  }
Class ChatMainBarProvider .
setGlobalVariable($name, $value)
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
Definition: PEAR.php:64
+ Here is the call graph for this function:

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