diff --git a/tests/Unit/ConfigTest.php b/tests/Unit/ConfigTest.php new file mode 100644 index 00000000..45166c7e --- /dev/null +++ b/tests/Unit/ConfigTest.php @@ -0,0 +1,18 @@ +assertInstanceOf(Config::class, new Config()); + } +}