From e3eae17cfc5ee5df24e67daffd5d4717ef972e48 Mon Sep 17 00:00:00 2001 From: Yunus Emre Nalbant Date: Thu, 27 Jun 2024 09:45:23 +0300 Subject: [PATCH] update phpunit.xml.dist --- .github/workflows/run-tests.yml | 1 - phpunit.xml.dist | 33 +++++++++++++++++++-------------- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 08100c8..91a5671 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -52,7 +52,6 @@ jobs: with: php-version: ${{ matrix.php }} extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo - coverage: xdebug - name: Setup problem matchers run: | diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 4c88b82..cb3a179 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,20 +1,25 @@ - - - - src/ - - + - + tests - - - - - - - + + + + + + ./src + +