From 495dd47df48da040c18d45e819b6440a5bf15cbb Mon Sep 17 00:00:00 2001 From: Ne-Lexa Date: Sun, 16 May 2021 22:56:05 +0300 Subject: [PATCH] updated phpunit config issue #78 --- .github/workflows/build.yml | 2 +- phpunit.xml | 61 ++++++++++++++++--------------------- 2 files changed, 28 insertions(+), 35 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66c0ffd..883b34d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: env: extensions: bz2, dom, iconv, fileinfo, openssl, xml, zlib, gd - key: cache-v1 + key: cache-v2 PHPUNIT_COVERAGE: 0 PHP_INI: date.timezone='UTC', memory_limit=-1, opcache.enable=1, opcache.enable_cli=1 diff --git a/phpunit.xml b/phpunit.xml index 55703ad..b353b4c 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,35 +1,28 @@ - - - - - - - - - - tests - - - tests - tests/SlowTests - - - tests/SlowTests - - - - - - large - - - - - - src - - + + + + + src + + + + + + + + tests + + + tests + tests/SlowTests + + + tests/SlowTests + + + + + large + +