Skip to content

Commit

Permalink
Merge pull request #326 from ergebnis/feature/phpunit-slow-test-detector
Browse files Browse the repository at this point in the history
Enhancement: Require and use `ergebnis/phpunit-slow-test-detector`
  • Loading branch information
localheinz authored Dec 3, 2023
2 parents 0ae0666 + 73c95ec commit f42faaf
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"ergebnis/composer-normalize": "^2.28.3",
"ergebnis/license": "^2.4.0",
"ergebnis/php-cs-fixer-config": "^6.13.0",
"ergebnis/phpunit-slow-test-detector": "^2.6.0",
"infection/infection": "~0.26.6",
"phpunit/phpunit": "^9.6.13",
"psalm/plugin-phpunit": "~0.18.4",
Expand Down
69 changes: 68 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions test/Unit/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
<directory suffix=".php">../../src/</directory>
</include>
</coverage>
<extensions>
<extension class="Ergebnis\PHPUnit\SlowTestDetector\Extension"/>
</extensions>
<testsuites>
<testsuite name="Unit Tests">
<directory>.</directory>
Expand Down

0 comments on commit f42faaf

Please sign in to comment.