ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
LOMReaderFactoryTest.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Structure\Definitions
;
22
23
use
PHPUnit\Framework\TestCase
;
24
25
class
LOMReaderFactoryTest
extends
TestCase
26
{
27
public
function
testReader
(): void
28
{
29
$factory =
new
LOMReaderFactory
();
30
$this->assertInstanceOf(
31
LOMReader::class,
32
$factory->reader()
33
);
34
}
35
}
ILIAS\MetaData\Structure\Definitions\LOMReaderFactoryTest
Definition:
LOMReaderFactoryTest.php:25
ILIAS\MetaData\Structure\Definitions\LOMReaderFactory
Definition:
LOMReaderFactory.php:23
ILIAS\MetaData\Structure\Definitions\LOMReaderFactoryTest\testReader
testReader()
Definition:
LOMReaderFactoryTest.php:27
ILIAS\MetaData\Structure\Definitions
Definition:
Definition.php:21
TestCase
components
ILIAS
MetaData
tests
Structure
Definitions
LOMReaderFactoryTest.php
Generated on Wed Sep 3 2025 23:03:31 for ILIAS by
1.8.13 (using
Doxyfile
)