ILIAS  release_8 Revision v8.24
CertificateVerificationClassMapTest.php
Go to the documentation of this file.
1<?php
2
3use PHPUnit\Framework\TestCase;
4
11{
12 protected function tearDown(): void
13 {
14 }
15
16 public function testClassMap(): void
17 {
19 $this->assertEquals(
20 "crsv",
21 $map->getVerificationTypeByType("crs")
22 );
23 }
24}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...