From 18b09979d69833053416e874a48e5a68b0ede1c7 Mon Sep 17 00:00:00 2001 From: Yassine Guedidi Date: Sun, 7 Jan 2024 22:12:29 +0100 Subject: [PATCH] Introduce a tests bootstrap file --- phpunit.xml.dist | 2 +- tests/bootstrap.php | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 tests/bootstrap.php diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 79b48462d..6cdcea71c 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -4,7 +4,7 @@ xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd" backupGlobals="false" colors="true" - bootstrap="vendor/autoload.php" + bootstrap="tests/bootstrap.php" > diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 000000000..d21c14df8 --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,3 @@ +