ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
OrderingQuestionDatabaseRepositoryTest Class Reference

Unit tests. More...

+ Inheritance diagram for OrderingQuestionDatabaseRepositoryTest:
+ Collaboration diagram for OrderingQuestionDatabaseRepositoryTest:

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

OrderingQuestionDatabaseRepository $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 OrderingQuestionDatabaseRepositoryTest.php.

Member Function Documentation

◆ setUp()

OrderingQuestionDatabaseRepositoryTest::setUp ( )
protected

Definition at line 36 of file OrderingQuestionDatabaseRepositoryTest.php.

36  : void
37  {
38  parent::setUp();
39 
40  $this->object = new OrderingQuestionDatabaseRepository($this->createMock(ilDBInterface::class));
41  }
repository for assOrderingQuestion (the answer elements within, at least...)

◆ testConstruct()

OrderingQuestionDatabaseRepositoryTest::testConstruct ( )

Definition at line 43 of file OrderingQuestionDatabaseRepositoryTest.php.

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

Field Documentation

◆ $backupGlobals

OrderingQuestionDatabaseRepositoryTest::$backupGlobals = false
protected

Definition at line 32 of file OrderingQuestionDatabaseRepositoryTest.php.

◆ $object

OrderingQuestionDatabaseRepository OrderingQuestionDatabaseRepositoryTest::$object
private

Definition at line 34 of file OrderingQuestionDatabaseRepositoryTest.php.


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