ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\HTTP\AbstractBaseTestCase Class Reference

Class AbstractBaseTest. More...

+ Inheritance diagram for ILIAS\HTTP\AbstractBaseTestCase:
+ Collaboration diagram for ILIAS\HTTP\AbstractBaseTestCase:

Protected Member Functions

 setUp ()
 

Protected Attributes

MockObject $request_interface
 

Detailed Description

Class AbstractBaseTest.

Author
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch

Definition at line 31 of file AbstractBaseTestCase.php.

Member Function Documentation

◆ setUp()

ILIAS\HTTP\AbstractBaseTestCase::setUp ( )
protected

Definition at line 41 of file AbstractBaseTestCase.php.

41  : void
42  {
43  parent::setUp();
44  $this->request_interface = $this->createMock(ServerRequestInterface::class);
45  }

Field Documentation

◆ $request_interface

MockObject ILIAS\HTTP\AbstractBaseTestCase::$request_interface
protected

Definition at line 36 of file AbstractBaseTestCase.php.


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