From 77fd7ccf2b2cf03cdd5749de6fa5a61d95cafd29 Mon Sep 17 00:00:00 2001 From: Julien Deniau Date: Tue, 20 May 2025 15:40:34 +0000 Subject: [PATCH] Report error on deprecations --- .github/workflows/ci.yml | 2 +- phpunit.xml | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 phpunit.xml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff9af74..1a72b9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,4 +25,4 @@ jobs: run: composer install --no-interaction --prefer-dist --no-progress - name: Run tests - run: vendor/bin/phpunit Tests/* + run: vendor/bin/phpunit diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..36c3fae --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,19 @@ + + + + + ./Tests + + + + + + +