ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
ConsumerObjectiveTest.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\LegalDocuments\test\Setup
;
22
23
use PHPUnit\Framework\TestCase;
24
use
ILIAS\LegalDocuments\Setup\ConsumerObjective
;
25
26
class
ConsumerObjectiveTest
extends
TestCase
27
{
28
public
function
testConstruct
(): void
29
{
30
$this->assertInstanceOf(ConsumerObjective::class,
new
ConsumerObjective
());
31
}
32
}
ILIAS\LegalDocuments\Setup\ConsumerObjective
Definition:
ConsumerObjective.php:28
ILIAS\LegalDocuments\test\Setup\ConsumerObjectiveTest
Definition:
ConsumerObjectiveTest.php:27
ILIAS\LegalDocuments\test\Setup\ConsumerObjectiveTest\testConstruct
testConstruct()
Definition:
ConsumerObjectiveTest.php:28
ILIAS\LegalDocuments\test\Setup
Definition:
AgentTest.php:21
components
ILIAS
LegalDocuments
tests
Setup
ConsumerObjectiveTest.php
Generated on Sat Oct 18 2025 23:03:21 for ILIAS by
1.9.4 (using
Doxyfile
)