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