smarty dir moved
[mirrors/Kyberia-bloodline.git] / wwwroot / smarty / unit_test / smarty_unit_test_gui.php
diff --git a/wwwroot/smarty/unit_test/smarty_unit_test_gui.php b/wwwroot/smarty/unit_test/smarty_unit_test_gui.php
new file mode 100644 (file)
index 0000000..03309d4
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+require_once 'test_cases.php';
+require_once 'PHPUnit.php';
+
+$suite = new PHPUnit_TestSuite("SmartyTest");
+$result = PHPUnit::run($suite);
+
+echo $result -> toHTML();
+?>
This page took 0.084969 seconds and 4 git commands to generate.