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..69f9bda --- /dev/null +++ b/tests/_bootstrap.php @@ -0,0 +1,4 @@ +<?php +// This is global bootstrap for autoloading + +require __DIR__.'/../vendor/autoload.php'; |