ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
TestSkillDBRepositoryTest.php
Go to the documentation of this file.
1
<?php
2
19
namespace
Skills
;
20
21
use
ilDBInterface
;
22
use
ILIAS\Test\Skills\TestSkillDBRepository
;
23
use
ilTestBaseTestCase
;
24
25
class
TestSkillDBRepositoryTest
extends
ilTestBaseTestCase
26
{
27
public
function
testConstruct
(): 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
}
35
}
ILIAS\Test\Skills\TestSkillDBRepository
Definition:
class.TestSkillDBRepository.php:27
Skills\TestSkillDBRepositoryTest
Definition:
TestSkillDBRepositoryTest.php:26
Skills\TestSkillDBRepositoryTest\testConstruct
testConstruct()
Definition:
TestSkillDBRepositoryTest.php:27
ilTestBaseTestCase
Class ilTestBaseClass.
Definition:
ilTestBaseTestCase.php:31
ilDBInterface
Interface ilDBInterface.
Definition:
interface.ilDBInterface.php:30
Skills
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
TestSkillDBRepositoryTest.php:19
components
ILIAS
Test
tests
Skills
TestSkillDBRepositoryTest.php
Generated on Sat Oct 18 2025 23:04:33 for ILIAS by
1.9.4 (using
Doxyfile
)