Replace phpunit with pest

This commit is contained in:
2023-12-03 16:50:09 +01:00
parent 7ded60ce9c
commit eac27d04d1
12 changed files with 968 additions and 112 deletions

View File

@ -22,12 +22,12 @@ steps:
commands:
- vendor/bin/rector process --dry-run
- name: phpunit
- name: pest
image: php:8.3
depends_on:
- install
commands:
- vendor/bin/phpunit
- vendor/bin/pest
- name: style check
image: php:8.3