1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-11 07:34:22 +02:00

feat(tests): add tests for dependencies

This commit is contained in:
Awilum
2021-01-13 00:31:08 +03:00
parent f550e97535
commit 51117905ab

View File

@@ -0,0 +1,7 @@
<?php
declare(strict_types=1);
test('test session', function () {
$this->assertInstanceOf(Atomastic\Session\Session::class, flextype()->container('session'));
});