ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
◀ 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 Sun Apr 5 2026 23:03:20 for ILIAS by
1.9.4 (using
Doxyfile
)