ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
CertificateVerificationClassMapTest.php
Go to the documentation of this file.
1
<?php
2
19
use
PHPUnit\Framework\TestCase
;
20
26
class
CertificateVerificationClassMapTest
extends
TestCase
27
{
28
protected
function
tearDown
(): void
29
{
30
}
31
32
public
function
testClassMap
(): void
33
{
34
$map =
new
ilCertificateVerificationClassMap
();
35
$this->assertEquals(
36
"crsv"
,
37
$map->getVerificationTypeByType(
"crs"
)
38
);
39
}
40
}
ilCertificateVerificationClassMap
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilCertificateVerificationClassMap.php:22
CertificateVerificationClassMapTest
Test clipboard repository.
Definition:
CertificateVerificationClassMapTest.php:26
CertificateVerificationClassMapTest\tearDown
tearDown()
Definition:
CertificateVerificationClassMapTest.php:28
CertificateVerificationClassMapTest\testClassMap
testClassMap()
Definition:
CertificateVerificationClassMapTest.php:32
TestCase
TestCase
components
ILIAS
Verification
tests
CertificateVerificationClassMapTest.php
Generated on Wed Sep 3 2025 23:04:26 for ILIAS by
1.8.13 (using
Doxyfile
)