commit 44a3af995f02384a2dbc27682532d0ca35e6b545 parent 42aa5d54c626a64d6be7a48d7908e5a23f04d6a1 Author: Marcel <MTRNord@users.noreply.github.com> Date: Tue, 13 Oct 2015 20:56:22 +0200 Create bootstrap.php Diffstat:
| A | tests/bootstrap.php | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/tests/bootstrap.php b/tests/bootstrap.php @@ -0,0 +1,3 @@ +<?php +include_once('AutoLoader.php'); +AutoLoader::registerDirectory('tests');