mirror of
https://github.com/doctrine/sql-formatter.git
synced 2026-03-23 22:42:14 +01:00
Add slow test detector to CI
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -14,6 +14,10 @@
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
<extensions>
|
||||
<bootstrap class="Ergebnis\PHPUnit\SlowTestDetector\Extension"/>
|
||||
</extensions>
|
||||
|
||||
<source>
|
||||
<include>
|
||||
<directory suffix=".php">src</directory>
|
||||
|
||||
Reference in New Issue
Block a user