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

@ -10,7 +10,6 @@ return static function (RectorConfig $rectorConfig): void {
$rectorConfig->paths(
[
__DIR__.'/src',
__DIR__.'/tests',
]
);