1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-07 13:46:42 +02:00

feat(tests): remove tests for dependencies

This commit is contained in:
Awilum
2021-01-13 14:22:57 +03:00
parent 7cd880a14d
commit 6e7b99c5e6

View File

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