ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ 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:26
ILIAS\LegalDocuments\test\ConsumerToolbox\KeyValueStore\SessionStoreTest
Definition:
SessionStoreTest.php:26
ILIAS\LegalDocuments\test\ConsumerToolbox\KeyValueStore\SessionStoreTest\testConstruct
testConstruct()
Definition:
SessionStoreTest.php:28
SessionStore
ILIAS\LegalDocuments\test\ConsumerToolbox\KeyValueStore
Definition:
ILIASSettingStoreTest.php:21
TestCase
components
ILIAS
LegalDocuments
tests
ConsumerToolbox
KeyValueStore
SessionStoreTest.php
Generated on Wed Sep 3 2025 23:03:20 for ILIAS by
1.8.13 (using
Doxyfile
)