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.19
by @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-template
by @localheinz in #411 - Fix: Matrix by @localheinz in #415
- Fix: Tighten version constraints for
phpunit/phpunit
by @localheinz in #416 - Add tests for scenarios where tests are running in separate processes by @mvorisek in #412
- Enhancement: Synchronize with
ergebnis/php-package-template
by @localheinz in #418 - Fix: Remove unused imports by @localheinz in #419
- Keep full PHPUnit 9.x support by @mvorisek in #417
- Enhancement: Implement
PhaseStart
andPhase
by @localheinz in #420 - Fix: Throw
PhaseNotStarted
exception 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-dev
by @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-dev
by @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
@after
annotation orAfter
attribute by @localheinz in #438 - Fix: Sleep in method with
@after
annotation orAfter
attribute 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
@afterClass
annotation orAfterClass
attribute by @localheinz in #439 - Fix: Sleep in method with
@before
annotation orBefore
attribute by @localheinz in #444 - Fix: Sleep in method with
@beforeClass
annotation orBeforeClass
attribute by @localheinz in #445 - Enhancement: Add support for
phpunit/phpunit:^7.2.0
by @localheinz in #447
New Contributors
Full Changelog: 2.7.0...2.8.0