ILIAS
release_8 Revision v8.23
◀ 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
}
ilCertificateVerificationClassMap
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilCertificateVerificationClassMap.php:19
CertificateVerificationClassMapTest
Test clipboard repository.
Definition:
CertificateVerificationClassMapTest.php:10
CertificateVerificationClassMapTest\tearDown
tearDown()
Definition:
CertificateVerificationClassMapTest.php:12
CertificateVerificationClassMapTest\testClassMap
testClassMap()
Definition:
CertificateVerificationClassMapTest.php:16
TestCase
Services
Verification
test
CertificateVerificationClassMapTest.php
Generated on Mon Sep 1 2025 22:02:50 for ILIAS by
1.8.13 (using
Doxyfile
)