Skip to content

Bump phpunit/phpunit from 8.3.3 to 8.4.3

Bobby Bouwmann requested to merge dependabot/composer/phpunit/phpunit-8.4.3 into master

Bumps phpunit/phpunit from 8.3.3 to 8.4.3.

Changelog

Sourced from phpunit/phpunit's changelog.

8.4.3 - 2019-11-06

Fixed

  • Fixed #3922: Wrong test case executed with test case inheritance

8.4.2 - 2019-10-28

Fixed

  • Fixed #3727: Problem hidden by PHPUnit's error handler
  • Fixed #3793: JUnit logger reports warnings as failures
  • Fixed #3863: \Countable needs to be checked before \EmptyIterator
  • Fixed #3889: Test(s) not found when source filename does not match test case class name
  • Fixed #3893: TypeError when called with a filename without extension

8.4.1 - 2019-10-07

Fixed

  • Fixed #3879: Tests with data providers in parent class do not work anymore
  • Fixed #3881: Regression with multiple test case classes declared in a single sourcecode file
  • Fixed #3884: Uncaught ReflectionException with TestDox XML report

8.4.0 - 2019-10-04

Added

  • Implemented #3120: Provide TestCase::createStub() method as alternative to TestCase::createMock()
  • Implemented #3775: Explicit API for expecting PHP errors, warnings, and notices

Changed

  • The method expectExceptionMessageRegExp() is now deprecated. There is no behavioral change in this version of PHPUnit. Using this method will trigger a deprecation warning in PHPUnit 9 and in PHPUnit 10 it will be removed. Please use expectExceptionMessageMatches() instead.
Commits
  • 67f9e35 Prepare release
  • 71a1cb7 Merge branch '7.5' into 8.4
  • c05f7cc Enhancement: Cache dependencies installed with composer between builds
  • 37fc30d Package .phpstorm.meta.php
  • c6b6317 Update tools
  • 07c11d8 Merge branch '7.5' into 8.4
  • 92fb277 Fix: Do not fail step when sending code coverage failed
  • 2b377f5 Enhancement: Run tests using GitHub actions
  • c2871ef Enhancement: Lint XML configuration using GitHub actions
  • fbd8975 Update tools
  • Additional commits viewable in compare view

Merge request reports