From ea8e26c649c272fda881aa5ca9d204a966e6f0c4 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Wed, 26 Apr 2017 00:59:30 +0200 Subject: [PATCH] Tests for ViewFactory --- tests/ViewFactoryTest.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tests/ViewFactoryTest.php 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); + } +}