From 8d3436201c0331eb9d275ddcaea15d2fc50aa1fa Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Thu, 23 Mar 2023 07:49:33 +0100 Subject: [PATCH] Add a bootstrap.php file for the tests --- phpunit.xml | 4 ++-- tests/bootstrap.php | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 tests/bootstrap.php diff --git a/phpunit.xml b/phpunit.xml index ccf216d2..1a2ec8fb 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,13 +1,13 @@ - ./tests + ./tests/Unit diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 00000000..e9405aba --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,5 @@ +