diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4034c25..b4954d05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,9 +29,6 @@ jobs: - name: Install dependencies run: composer update --ansi --no-progress --prefer-dist --no-interaction - - name: Install PHPUnit - run: vendor/bin/simple-phpunit install - - run: vendor/bin/phpstan analyze tests: @@ -70,8 +67,5 @@ jobs: - name: Install dependencies run: composer update --ansi --no-progress --prefer-dist ${{ matrix.composer_flags }} - - name: Install PHPUnit - run: vendor/bin/simple-phpunit install - - name: Run tests - run: vendor/bin/simple-phpunit -v --colors=always + run: vendor/bin/phpunit -v --colors=always diff --git a/composer.json b/composer.json index 422e2dba..32b66295 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,7 @@ "phpstan/phpstan-phpunit": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", "phpstan/phpstan-symfony": "^2.0", + "phpunit/phpunit": "^9.6.31", "symfony/mime": "^6.4 || ^7.0 || ^8.0", "symfony/phpunit-bridge": "^v6.4.1 || ^7.0.1 || ^8.0", "symfony/security-core": "^6.4 || ^7.0 || ^8.0" diff --git a/phpunit.xml.dist b/phpunit.xml.dist index b806ca36..30219134 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -16,4 +16,8 @@ + + + +