Yaffs site version 1.1
[yaffs-website] / vendor / gabordemooij / redbean / testing / cli / test_hook_example.php
diff --git a/vendor/gabordemooij/redbean/testing/cli/test_hook_example.php b/vendor/gabordemooij/redbean/testing/cli/test_hook_example.php
new file mode 100644 (file)
index 0000000..ab86d26
--- /dev/null
@@ -0,0 +1,14 @@
+<?php
+
+/**
+ *
+ * Here you can add logic to be executed during the bootstrapping
+ * of RedUNIT.
+ *
+ * You can define/use the following variables:
+ *
+ * $hookPath -> add 1 additional path which will be searched for unit tests
+ * $extraTestsFromHook -> array with additional test packs (will be executed if you pass 'all' argument to CLI runner)
+ *
+ *
+ */
\ No newline at end of file