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