Use PHPUnit directly

This commit is contained in:
Yassine Guedidi
2024-01-03 23:46:08 +01:00
parent 0e7b4641a1
commit 15d5eb5e6a
7 changed files with 1615 additions and 10 deletions

View File

@ -47,9 +47,6 @@ jobs:
- name: "Generate test cache for PHPStan"
run: "php bin/console cache:clear --env=test"
- name: "Install PHPUnit for PHPStan"
run: "php bin/simple-phpunit install"
- name: "Run PHPStan"
run: "php bin/phpstan analyse --no-progress --error-format=checkstyle | cs2pr"