Skip to content

Releases: ergebnis/phpunit-slow-test-detector

2.24.0

13 Mar 10:53
Immutable release. Only release title and notes can be modified.
2.24.0
e713c13

Choose a tag to compare

What's Changed

  • Fix: Rename DefaultReporter to ConsoleReporter by @localheinz in #774
  • Fix: Move and rename classes in preparation for implementing a GitHubReporter by @localheinz in #776
  • composer(deps-dev): bump ergebnis/php-cs-fixer-config from 6.60.0 to 6.60.1 by @dependabot[bot] in #778
  • github-actions(deps): bump actions/download-artifact from 7.0.0 to 8.0.0 by @dependabot[bot] in #781
  • github-actions(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in #780
  • Fix: Move test fixtures by @localheinz in #779
  • Fix: Add tests for using using STDERR instead of STDOUT by @localheinz in #783
  • Fix: Remove DurationFormatter interface by @localheinz in #784
  • Fix: Revert moving test fixtures by @localheinz in #789
  • On PHPUnit 6-9, configure stderr separately by @tstarling in #788

New Contributors

Full Changelog: 2.23.0...2.24.0

2.23.0

22 Feb 13:23
Immutable release. Only release title and notes can be modified.
2.23.0
30f6a83

Choose a tag to compare

What's Changed

Full Changelog: 2.22.2...2.23.0

2.22.2

13 Feb 10:00
Immutable release. Only release title and notes can be modified.
2.22.2
f12c69a

Choose a tag to compare

What's Changed

  • Fix: Exclude .docker/ directory from archive exports by @localheinz in #765

Full Changelog: 2.22.1...2.22.2

2.22.1

08 Feb 13:43
Immutable release. Only release title and notes can be modified.
2.22.1
30d80d7

Choose a tag to compare

What's Changed

  • Fix: Rename directories and namespaces to avoid confusion by @localheinz in #763
  • Fix: Send output to STDERR or STDOUT depending on configuration by @localheinz in #762

Full Changelog: 2.22.0...2.22.1

2.22.0

07 Feb 23:11
Immutable release. Only release title and notes can be modified.
2.22.0
4de41fe

Choose a tag to compare

What's Changed

  • Fix: Create release in draft mode, upload assets, and then publish release by @localheinz in #759
  • Fix: Stop using Nowdoc by @localheinz in #758
  • Fix: Run unit tests on PHP 7.4 with phpunit/phpunit:^7.5.0 only by @localheinz in #761
  • Fix: Pull printing of empty lines into DefaultReporter by @localheinz in #760
  • Report global maximum duration only once by @mvorisek in #396

Full Changelog: 2.21.0...2.22.0

2.21.0

07 Feb 14:42
Immutable release. Only release title and notes can be modified.
2.21.0
0749911

Choose a tag to compare

What's Changed

  • Readme: visually separate phpunit version specific paragraphs by @staabm in #711
  • composer(deps-dev): Bump ergebnis/license from 2.6.0 to 2.7.0 by @dependabot[bot] in #715
  • github-actions(deps): Bump actions/github-script from 7.0.1 to 8.0.0 by @dependabot[bot] in #717
  • github-actions(deps): Bump shivammathur/setup-php from 2.35.3 to 2.36.0 by @dependabot[bot] in #733
  • github-actions(deps): Bump actions/upload-artifact from 4.6.2 to 6.0.0 by @dependabot[bot] in #736
  • github-actions(deps): Bump ergebnis/.github from 1.9.3 to 1.10.0 by @dependabot[bot] in #719
  • composer(deps-dev): Bump symfony/process from 5.4.47 to 5.4.51 by @dependabot[bot] in #749
  • Fix: Ignore CVE-2026-24765 by @localheinz in #754
  • github-actions(deps): Bump actions/download-artifact from 5.0.0 to 7.0.0 by @dependabot[bot] in #737
  • github-actions(deps): Bump codecov/codecov-action from 5.4.3 to 5.5.2 by @dependabot[bot] in #740
  • github-actions(deps): Bump stefanzweifel/git-auto-commit-action from 6.0.1 to 7.1.0 by @dependabot[bot] in #741
  • github-actions(deps): Bump actions/checkout from 4.2.2 to 6.0.2 by @dependabot[bot] in #747
  • github-actions(deps): Bump actions/cache from 4.2.4 to 5.0.3 by @dependabot[bot] in #752
  • composer(deps-dev): Bump ergebnis/php-cs-fixer-config from 6.52.0 to 6.59.0 by @dependabot[bot] in #750
  • composer(deps-dev): Bump ergebnis/composer-normalize from 2.47.0 to 2.49.0 by @dependabot[bot] in #751
  • Readme: re-order instruction from recent to old PHPUnit versions by @staabm in #722
  • Enhancement: Use Docker for running Makefile targets by @localheinz in #755
  • Fix: Account for different test identifier format on newer versions of phpunit/phpunit:^12.0.0 by @localheinz in #756
  • Enhancement: Add support for PHP 8.5 by @localheinz in #713
  • Enhancement: Add support for phpunit/phpunit:^13.0.0 by @localheinz in #757
  • Fix discovery of @maximumDuration annotation when test-cases have no test methods by @courtney-miles in #687

New Contributors

Full Changelog: 2.20.0...2.21.0

2.20.0

19 Aug 07:49
2.20.0
36225d3

Choose a tag to compare

What's Changed

  • github-actions(deps): Bump shivammathur/setup-php from 2.32.0 to 2.33.0 by @dependabot[bot] in #680
  • composer(deps-dev): Bump ergebnis/composer-normalize from 2.46.0 to 2.47.0 by @dependabot[bot] in #682
  • github-actions(deps): Bump actions/download-artifact from 4.2.1 to 4.3.0 by @dependabot[bot] in #684
  • github-actions(deps): Bump codecov/codecov-action from 5.4.0 to 5.4.2 by @dependabot[bot] in #681
  • github-actions(deps): Bump stefanzweifel/git-auto-commit-action from 5.1.0 to 5.2.0 by @dependabot[bot] in #683
  • github-actions(deps): Bump codecov/codecov-action from 5.4.2 to 5.4.3 by @dependabot[bot] in #685
  • Fix: Focus on relevant output in end-to-end tests by @localheinz in #689
  • github-actions(deps): Bump shivammathur/setup-php from 2.33.0 to 2.34.1 by @dependabot[bot] in #690
  • github-actions(deps): Bump shivammathur/setup-php from 2.34.1 to 2.35.1 by @dependabot[bot] in #695
  • github-actions(deps): Bump stefanzweifel/git-auto-commit-action from 5.2.0 to 6.0.1 by @dependabot[bot] in #691
  • github-actions(deps): Bump shivammathur/setup-php from 2.35.1 to 2.35.3 by @dependabot[bot] in #699
  • github-actions(deps): Bump actions/download-artifact from 4.3.0 to 5.0.0 by @dependabot[bot] in #698
  • github-actions(deps): Bump actions/cache from 4.2.3 to 4.2.4 by @dependabot[bot] in #700
  • composer(deps-dev): Bump ergebnis/php-cs-fixer-config from 6.46.0 to 6.52.0 by @dependabot[bot] in #703
  • Enhancement: Allow installation on PHP 8.5 by @localheinz in #704

Full Changelog: 2.19.1...2.20.0

2.19.1

11 Apr 09:19
2.19.1
9e37104

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.19.0...2.19.1

2.19.0

23 Feb 15:26
2.19.0
2f66ad7

Choose a tag to compare

What's Changed

  • Enhancement: Extract TestDuration and MaximumDuration by @localheinz in #662
  • Enhancement: Extract MaximumCount by @localheinz in #663
  • Enhancement: Extract SlowTestList by @localheinz in #658
  • Enhancement: Format durations similar to phpunit/php-timer, but always showing minutes by @localheinz in #664
  • Improve measurement details in README for phpunit 10+ by @mvorisek in #452

Full Changelog: 2.18.0...2.19.0

2.18.0

07 Feb 12:47
2.18.0
df09a85

Choose a tag to compare

What's Changed

  • Fix: Do not attempt to remove psalm/plugin-phpunit and vimeo/psalm by @localheinz in #652
  • Fix: Adjust build matrix by @localheinz in #653
  • Fix: Run end-to-end and phar tests with phpunit/phpunit:8.5.40 by @localheinz in #655
  • Enhancement: Add support for phpunit/phpunit:^12.0.0 by @localheinz in #651

Full Changelog: 2.17.0...2.18.0