From 51117905ab1af089c04e30f4fb3d76e519a3d49f Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 13 Jan 2021 00:31:08 +0300 Subject: [PATCH] feat(tests): add tests for dependencies --- tests/DependenciesTest.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/DependenciesTest.php diff --git a/tests/DependenciesTest.php b/tests/DependenciesTest.php new file mode 100644 index 00000000..5b6ded0b --- /dev/null +++ b/tests/DependenciesTest.php @@ -0,0 +1,7 @@ +assertInstanceOf(Atomastic\Session\Session::class, flextype()->container('session')); +});