diff options
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r-- | tests/bootstrap.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 0000000..af5e7b3 --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,4 @@ +<?php + +require_once('vendor/autoload.php'); +require_once('support/TestHelpers.php'); |