Yaffs site version 1.1
[yaffs-website] / vendor / gabordemooij / redbean / testing / cli / test_hook_example.php
1 <?php
2
3 /**
4  *
5  * Here you can add logic to be executed during the bootstrapping
6  * of RedUNIT.
7  *
8  * You can define/use the following variables:
9  *
10  * $hookPath -> add 1 additional path which will be searched for unit tests
11  * $extraTestsFromHook -> array with additional test packs (will be executed if you pass 'all' argument to CLI runner)
12  *
13  *
14  */