Releases: ergebnis/phpunit-slow-test-detector
Releases · ergebnis/phpunit-slow-test-detector
2.13.0
What's Changed
- Enhancement: Add support for PHP 7.1 by @localheinz in #532
Full Changelog: 2.12.0...2.13.0
2.12.0
What's Changed
- Fix: Include all possible combinations in matrix by @localheinz in #530
- Enhancement: Add support for PHP 7.2 by @localheinz in #531
Full Changelog: 2.11.0...2.12.0
2.11.0
What's Changed
- Fix: Build Phar on PHP 7.4 by @localheinz in #505
- Fix: Slide step by @localheinz in #506
- Enhancement: Add support for PHP 7.3 by @localheinz in #476
Full Changelog: 2.10.0...2.11.0
2.10.0
What's Changed
- Fix: Adjust wording by @localheinz in #451
- Enhancement: Synchronize with
ergebnis/php-package-templateby @localheinz in #463 - Fix typos by @HypeMC in #464
- Fix: Move tests by @localheinz in #486
- Enhancement: Install
phpunit/phpunitfor Phar tests withcomposerby @localheinz in #487 - Enhancement: Split compiling and testing Phar by @localheinz in #488
- Fix: Do not use separate
composer.jsonfor testing Phar by @localheinz in #490 - Enhancement: Add support for using Phar with
phpunit/phpunit:^9.0.0by @localheinz in #491 - Fix: Simplify
README.mdby @localheinz in #493 - Enhancement: Add support for using Phar with
phpunit/phpunit:^8.5.19by @localheinz in #494 - Enhancement: Add support for using Phar with
phpunit/phpunit:^7.5.0by @localheinz in #495 - Enhancement: Add support for
phpunit/phpunit:^11.0.0by @localheinz in #485
Full Changelog: 2.9.0...2.10.0
2.9.0
What's Changed
- Fix: Allow installation of unstable dependencies by @localheinz in #449
- Fix: Require at least
phpunit/phpunit:^7.5.0by @localheinz in #448 - Consistently include test setup and teardown in duration measurement by @mvorisek in #380
Full Changelog: 2.8.0...2.9.0
2.8.0
What's Changed
- Fix: Reduce number of tests by @localheinz in #399
- Fix: Clean up tests by @localheinz in #402
- Enhancement: Sleep during
setUpBeforeClass(),setUp(),tearDown(), andtearDownAfterClass()by @localheinz in #397 - Fix: Sleep longer during
setUpBeforeClass()andtearDownAfterClass()by @localheinz in #403 - Fix: Run unit tests with
phpunit/phpunit:^8.5.19by @localheinz in #406 - Fix: Schema by @localheinz in #407
- Fix: Adjust documentation by @localheinz in #404
- Fix: Remove unused test doubles by @localheinz in #409
- Enhancement: Add documentation about understanding measured test durations by @localheinz in #410
- Enhancement: Synchronize with
ergebnis/php-package-templateby @localheinz in #411 - Fix: Matrix by @localheinz in #415
- Fix: Tighten version constraints for
phpunit/phpunitby @localheinz in #416 - Add tests for scenarios where tests are running in separate processes by @mvorisek in #412
- Enhancement: Synchronize with
ergebnis/php-package-templateby @localheinz in #418 - Fix: Remove unused imports by @localheinz in #419
- Keep full PHPUnit 9.x support by @mvorisek in #417
- Enhancement: Implement
PhaseStartandPhaseby @localheinz in #420 - Fix: Throw
PhaseNotStartedexception when phase was not started by @localheinz in #421 - Fix: Rename subscribers by @localheinz in #422
- Enhancement: Run end-to-end tests with
phpunit/phpunit:11.0.x-devby @localheinz in #423 - Fix: Move tests by @localheinz in #429
- Fix: Matrix by @localheinz in #431
- Fix: Run appropriate tests with
phpunit/phpunit:11.0.x-devby @localheinz in #432 - Fix: Split tests by @localheinz in #430
- Fix: Sleep in
assertPreConditions()by @localheinz in #425 - Fix: Move by @localheinz in #434
- Fix: Sleep in
assertPreConditions()by @localheinz in #435 - Fix: Use fixed random order seed for running end-to-end tests by @localheinz in #426
- Fix: Sleep in
assertPostConditions()by @localheinz in #436 - Fix: Sleep in data provider by @localheinz in #437
- Fix: Sleep in method with
@afterannotation orAfterattribute by @localheinz in #438 - Fix: Sleep in method with
@afterannotation orAfterattribute by @localheinz in #440 - Fix: Do not run tests in random execution order by @localheinz in #441
- Fix: Order by @localheinz in #443
- Fix: Sleep in method with
@afterClassannotation orAfterClassattribute by @localheinz in #439 - Fix: Sleep in method with
@beforeannotation orBeforeattribute by @localheinz in #444 - Fix: Sleep in method with
@beforeClassannotation orBeforeClassattribute by @localheinz in #445 - Enhancement: Add support for
phpunit/phpunit:^7.2.0by @localheinz in #447
New Contributors
Full Changelog: 2.7.0...2.8.0
2.7.0
What's Changed
- Enhancement: Widen version constraints by @localheinz in #395
Full Changelog: 2.6.0...2.7.0
2.6.0
What's Changed
- Enhancement: Add support for
phpunit/phpunit:^8.5.36by @localheinz in #394
Full Changelog: 2.5.0...2.6.0
2.5.0
What's Changed
- Add
#[MaximumDuration]attribute by @HypeMC in #367 - Fix: Remove unused field by @localheinz in #374
- Fix: Do not configure
platformby @localheinz in #386 - Enhancement: Run unit tests with phpunit/phpunit:^9.6.0 by @localheinz in #389
- Enhancement: Add support for PHP 8.0 by @localheinz in #375
- Fix: Order by @localheinz in #391
- Enhancement: Add support for PHP 7.4 by @localheinz in #390
- Enhancement: Extract
Versionby @localheinz in #392 - Detect PHPUnit version based on series instead of identifier by @localheinz in #393
New Contributors
Full Changelog: 2.4.0...2.5.0
2.4.0
What's Changed
- Enhancement: Synchronize with
ergebnis/php-package-templateby @localheinz in #349 - Fix: Mark
DefaultDurationFormatteras internal by @localheinz in #350 - Enhancement: Extract
Durationby @localheinz in #351 - Enhancement: Merge
MaximumDurationintoDurationby @localheinz in #352 - Fix: Rename
MaximumCounttoCountby @localheinz in #353 - Enhancement: Extract
Timeby @localheinz in #354 - Enhancement: Extract
TestIdentifierby @localheinz in #356 - Enhancement: Require
phpunit/phpunit:^10.4.2by @localheinz in #357 - Enhancement: Collect code coverage from running unit tests only by @localheinz in #358
- Fix: Widen version constraint by @localheinz in #361
- Enhancement: Add support for
phpunit/phpunit:^9.6.0by @localheinz in #341
Full Changelog: 2.3.2...2.4.0