diff --git a/tests/ViewFactoryTest.php b/tests/ViewFactoryTest.php new file mode 100644 index 0000000..589b8d3 --- /dev/null +++ b/tests/ViewFactoryTest.php @@ -0,0 +1,28 @@ +assertInstanceOf(Smarty::class, $view); + } +}