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:
7
tests/DependenciesTest.php
Normal file
7
tests/DependenciesTest.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
test('test session', function () {
|
||||
$this->assertInstanceOf(Atomastic\Session\Session::class, flextype()->container('session'));
|
||||
});
|
Reference in New Issue
Block a user