ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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:26
ILIAS\MetaData\Structure\Definitions\LOMReaderFactoryTest\testReader
testReader()
Definition:
LOMReaderFactoryTest.php:27
ILIAS\MetaData\Structure\Definitions\LOMReaderFactory
Definition:
LOMReaderFactory.php:24
ILIAS\MetaData\Structure\Definitions
Definition:
Definition.php:21
components
ILIAS
MetaData
tests
Structure
Definitions
LOMReaderFactoryTest.php
Generated on Sun Oct 19 2025 23:03:21 for ILIAS by
1.9.4 (using
Doxyfile
)