From ae53f5185418d728c74c48718034f932ef56f45d Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 13 Sep 2025 19:23:38 +0300 Subject: [PATCH] Disable deprecation error for unit test --- phpunit.xml | 16 +++++++++++++--- tests/bootstrap.php | 5 +++++ 2 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 tests/bootstrap.php diff --git a/phpunit.xml b/phpunit.xml index 8b6e5ff..2118094 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,14 +1,20 @@ @@ -25,4 +31,8 @@ src/Exceptions + + + + diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 0000000..db04446 --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,5 @@ +