ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
SuggestedSolutionLinkTest Class Reference

Unit tests. More...

+ Inheritance diagram for SuggestedSolutionLinkTest:
+ Collaboration diagram for SuggestedSolutionLinkTest:

Public Member Functions

 testConstruct ()
 

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from assBaseTestCase
 setUp ()
 
 tearDown ()
 
 getIRSSMock ()
 

Protected Attributes

 $backupGlobals = false
 
- Protected Attributes inherited from assBaseTestCase
Container $dic = null
 

Private Attributes

SuggestedSolutionLink $object
 

Detailed Description

Unit tests.

Author
Matheus Zych mzych.nosp@m.@dat.nosp@m.abay..nosp@m.de

\

This test was automatically generated.

Definition at line 30 of file SuggestedSolutionLinkTest.php.

Member Function Documentation

◆ setUp()

SuggestedSolutionLinkTest::setUp ( )
protected

Definition at line 36 of file SuggestedSolutionLinkTest.php.

36  : void
37  {
38  parent::setUp();
39 
40  $this->object = new SuggestedSolutionLink(0, 0, 0, '', new DateTimeImmutable(), '', '');
41  }

◆ testConstruct()

SuggestedSolutionLinkTest::testConstruct ( )

Definition at line 43 of file SuggestedSolutionLinkTest.php.

43  : void
44  {
45  $this->assertInstanceOf(SuggestedSolutionLink::class, $this->object);
46  }

Field Documentation

◆ $backupGlobals

SuggestedSolutionLinkTest::$backupGlobals = false
protected

Definition at line 32 of file SuggestedSolutionLinkTest.php.

◆ $object

SuggestedSolutionLink SuggestedSolutionLinkTest::$object
private

Definition at line 34 of file SuggestedSolutionLinkTest.php.


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