diff --git a/composer.json b/composer.json index 48e949c1..0c43fdb6 100644 --- a/composer.json +++ b/composer.json @@ -69,7 +69,7 @@ "phpstan/phpstan-phpunit": "^1.3", "phpstan/phpstan-symfony": "^1.2", "phpunit/php-code-coverage": "^10.0", - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^10.1", "roave/security-advisories": "dev-master", "shlinkio/php-coding-standard": "~2.3.0", "shlinkio/shlink-test-utils": "^3.5", diff --git a/phpunit-api.xml b/phpunit-api.xml index 62ba2179..a2f4def8 100644 --- a/phpunit-api.xml +++ b/phpunit-api.xml @@ -12,10 +12,10 @@ - + - ./module/Core/src - ./module/Rest/src + ./module/Core/src + ./module/Rest/src - + diff --git a/phpunit-cli.xml b/phpunit-cli.xml index 1a129b78..1eaa0f28 100644 --- a/phpunit-cli.xml +++ b/phpunit-cli.xml @@ -12,10 +12,10 @@ - + - ./module/CLI/src - ./module/Core/src + ./module/CLI/src + ./module/Core/src - + diff --git a/phpunit-db.xml b/phpunit-db.xml index 0d2f4dd8..b883d8ca 100644 --- a/phpunit-db.xml +++ b/phpunit-db.xml @@ -12,14 +12,14 @@ - + - ./module/*/src/Repository - ./module/*/src/**/Repository - ./module/*/src/**/**/Repository - ./module/*/src/Spec - ./module/*/src/**/Spec - ./module/*/src/**/**/Spec + ./module/*/src/Repository + ./module/*/src/**/Repository + ./module/*/src/**/**/Repository + ./module/*/src/Spec + ./module/*/src/**/Spec + ./module/*/src/**/**/Spec - + diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 29116d0d..5abec3eb 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -18,17 +18,17 @@ - + - ./module/*/src + ./module/*/src - ./module/Core/src/Repository - ./module/Core/src/**/Repository - ./module/Core/src/**/**/Repository - ./module/Core/src/Spec - ./module/Core/src/**/Spec - ./module/Core/src/**/**/Spec + ./module/Core/src/Repository + ./module/Core/src/**/Repository + ./module/Core/src/**/**/Repository + ./module/Core/src/Spec + ./module/Core/src/**/Spec + ./module/Core/src/**/**/Spec - +