ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
◀ 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\test\Setup\ConsumerObjectiveTest\testConstruct
testConstruct()
Definition:
ConsumerObjectiveTest.php:28
ConsumerObjective
ILIAS\LegalDocuments\test\Setup
Definition:
AgentTest.php:21
ILIAS\LegalDocuments\Setup\ConsumerObjective
Definition:
ConsumerObjective.php:27
ILIAS\LegalDocuments\test\Setup\ConsumerObjectiveTest
Definition:
ConsumerObjectiveTest.php:26
TestCase
components
ILIAS
LegalDocuments
tests
Setup
ConsumerObjectiveTest.php
Generated on Tue Sep 2 2025 23:03:22 for ILIAS by
1.8.13 (using
Doxyfile
)