ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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
}
Skills
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
TestSkillDBRepositoryTest.php:19
Skills\TestSkillDBRepositoryTest\testConstruct
testConstruct()
Definition:
TestSkillDBRepositoryTest.php:27
ilTestBaseTestCase
ILIAS\Test\Skills\TestSkillDBRepository
Definition:
class.TestSkillDBRepository.php:26
TestSkillDBRepository
ilDBInterface
Skills\TestSkillDBRepositoryTest
Definition:
TestSkillDBRepositoryTest.php:25
components
ILIAS
Test
tests
Skills
TestSkillDBRepositoryTest.php
Generated on Sun Aug 31 2025 23:04:00 for ILIAS by
1.8.13 (using
Doxyfile
)