Add slow test detector to CI

This commit is contained in:
Michael Voříšek
2024-05-31 21:27:11 +02:00
parent 1a0feaceaa
commit 086395d1b3
2 changed files with 5 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
},
"require-dev": {
"doctrine/coding-standard": "^12",
"ergebnis/phpunit-slow-test-detector": "^2.14",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.5",
"vimeo/psalm": "^5.24"

View File

@@ -14,6 +14,10 @@
</testsuite>
</testsuites>
<extensions>
<bootstrap class="Ergebnis\PHPUnit\SlowTestDetector\Extension"/>
</extensions>
<source>
<include>
<directory suffix=".php">src</directory>