◆ testConstruct()
      
        
          | Skills\TestSkillDBRepositoryTest::testConstruct  | 
          ( | 
           | ) | 
           | 
        
      
 
Definition at line 27 of file TestSkillDBRepositoryTest.php.
   29         $testSkillDBRepository = 
new TestSkillDBRepository();
    30         $this->assertInstanceOf(TestSkillDBRepository::class, $testSkillDBRepository);
    32         $testSkillDBRepository = 
new TestSkillDBRepository($this->createMock(ilDBInterface::class));
    33         $this->assertInstanceOf(TestSkillDBRepository::class, $testSkillDBRepository);
  
 
 
The documentation for this class was generated from the following file: