ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
Skills\TestSkillDBRepositoryTest Class Reference
+ Inheritance diagram for Skills\TestSkillDBRepositoryTest:
+ Collaboration diagram for Skills\TestSkillDBRepositoryTest:

Public Member Functions

 testConstruct ()
 

Additional Inherited Members

- Static Public Member Functions inherited from ilTestBaseTestCase
static callMethod ($obj, $name, array $args=[])
 
- Protected Member Functions inherited from ilTestBaseTestCase
 setUp ()
 
 tearDown ()
 
- Protected Attributes inherited from ilTestBaseTestCase
Container $dic = null
 

Detailed Description

Definition at line 25 of file TestSkillDBRepositoryTest.php.

Member Function Documentation

◆ testConstruct()

Skills\TestSkillDBRepositoryTest::testConstruct ( )

Definition at line 27 of file TestSkillDBRepositoryTest.php.

27  : void
28  {
29  $testSkillDBRepository = new TestSkillDBRepository();
30  $this->assertInstanceOf(TestSkillDBRepository::class, $testSkillDBRepository);
31 
32  $testSkillDBRepository = new TestSkillDBRepository($this->createMock(ilDBInterface::class));
33  $this->assertInstanceOf(TestSkillDBRepository::class, $testSkillDBRepository);
34  }

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