diff options
Diffstat (limited to 'tests/unit/bootstrap.php')
-rw-r--r-- | tests/unit/bootstrap.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/unit/bootstrap.php b/tests/unit/bootstrap.php new file mode 100644 index 000000000..296e1b9b6 --- /dev/null +++ b/tests/unit/bootstrap.php @@ -0,0 +1,9 @@ +<?php +/** + * Bootstrapping unit test framework + * + */ + +require_once __dir__ . '/../../boot.php'; +require_once __dir__ . '/UnitTestCase.php'; +require_once __dir__ . '/Module/TestCase.php'; |