From bb0453d8ac30aef9f1b3bfa8b56080f7105203a5 Mon Sep 17 00:00:00 2001 From: Jesse Donat Date: Sat, 6 Aug 2022 10:41:58 -0500 Subject: [PATCH] Bootstrap phpunit --- phpunit.xml.dist | 2 +- tests/bootstrap.php | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 tests/bootstrap.php diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 6cb6e97..5b12ce6 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,4 +1,4 @@ - + tests diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 0000000..a6ca5bd --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,5 @@ +