ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
CertificateVerificationClassMapTest.php
Go to the documentation of this file.
1
<?php
2
3
use PHPUnit\Framework\TestCase;
4
10
class
CertificateVerificationClassMapTest
extends
TestCase
11
{
12
protected
function
tearDown
(): void
13
{
14
}
15
16
public
function
testClassMap
(): void
17
{
18
$map =
new
ilCertificateVerificationClassMap
();
19
$this->assertEquals(
20
"crsv"
,
21
$map->getVerificationTypeByType(
"crs"
)
22
);
23
}
24
}
CertificateVerificationClassMapTest
Test clipboard repository.
Definition:
CertificateVerificationClassMapTest.php:11
CertificateVerificationClassMapTest\testClassMap
testClassMap()
Definition:
CertificateVerificationClassMapTest.php:16
CertificateVerificationClassMapTest\tearDown
tearDown()
Definition:
CertificateVerificationClassMapTest.php:12
ilCertificateVerificationClassMap
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilCertificateVerificationClassMap.php:20
Services
Verification
test
CertificateVerificationClassMapTest.php
Generated on Sun Nov 2 2025 22:01:55 for ILIAS by
1.9.4 (using
Doxyfile
)