Skip to content

composer: bump phpunit/phpunit from 12.5.x-dev to 13.1.7#33

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/phpunit/phpunit-13.1.7
Closed

composer: bump phpunit/phpunit from 12.5.x-dev to 13.1.7#33
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/phpunit/phpunit-13.1.7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps phpunit/phpunit from 12.5.x-dev to 13.1.7.

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 13.1.7

Changed

  • Pass LIBXML_NONET when parsing/validating XML configuration files to make explicit that no network I/O is performed
  • Verify the result file written by an isolated child process with a random nonce before deserializing it

Learn how to install or update PHPUnit 13.1 in the documentation.

Keep up to date with PHPUnit:

PHPUnit 13.1.6

Fixed

  • #6590: Silent failure when configuration file is invalid
  • #6592: INI metacharacters ; and " are not preserved when forwarding settings to child processes

Learn how to install or update PHPUnit 13.1 in the documentation.

Keep up to date with PHPUnit:

PHPUnit 13.1.5

Fixed

  • #5860: PHP CLI -d settings are not forwarded to child processes for process isolation
  • #6451: Incomplete version in RequiresPhp (e.g. <=8.5) is compared against full PHP version, causing unexpected skips
  • #6589: dataSetAsStringWithData() raises "float is not representable as int" warning for large floats in data sets

Learn how to install or update PHPUnit 13.1 in the documentation.

Keep up to date with PHPUnit:

PHPUnit 13.1.4

Fixed

  • #5993: DefaultJobRunner deadlocks on child processes that write large amounts of stderr output

... (truncated)

Changelog

Sourced from phpunit/phpunit's changelog.

[13.1.7] - 2026-04-18

Changed

  • Pass LIBXML_NONET when parsing/validating XML configuration files to make explicit that no network I/O is performed
  • Verify the result file written by an isolated child process with a random nonce before deserializing it

[13.1.6] - 2026-04-17

Fixed

  • #6590: Silent failure when configuration file is invalid
  • #6592: INI metacharacters ; and " are not preserved when forwarding settings to child processes

[13.1.5] - 2026-04-16

Fixed

  • #5860: PHP CLI -d settings are not forwarded to child processes for process isolation
  • #6451: Incomplete version in RequiresPhp (e.g. <=8.5) is compared against full PHP version, causing unexpected skips
  • #6589: dataSetAsStringWithData() raises "float is not representable as int" warning for large floats in data sets

[13.1.4] - 2026-04-15

Fixed

  • #5993: DefaultJobRunner deadlocks on child processes that write large amounts of stderr output
  • #6465: SAPI-populated $_SERVER entries leak from parent into child process
  • #6587: failOnEmptyTestSuite="false" in phpunit.xml is ignored when --group/--filter/--testsuite matches no tests
  • #6588: Order of issue baseline entries is not canonicalized

[13.1.3] - 2026-04-13

Fixed

  • Regression in XML configuration migration introduced in PHPUnit 12.5.8

[13.1.2] - 2026-04-13

Fixed

  • #4571: No warning when --random-order-seed is used when test execution order is not random
  • #4975: --filter does not work when filter string starts with #
  • #5354: JUnit XML logger does not handle TestSuiteSkipped event
  • #6276: Exit with non-zero exit code when explicit test selection (--filter, --group, --testsuite) yields no tests
  • #6583: Failing output expectation skips tearDown() and handler restoration, causing subsequent tests to be marked as risky

[13.1.1] - 2026-04-08

Changed

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Apr 20, 2026
@dependabot dependabot Bot force-pushed the dependabot/composer/phpunit/phpunit-13.1.7 branch 4 times, most recently from 2fa0ee0 to fd02d16 Compare April 23, 2026 16:32
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 12.5.x-dev to 13.1.7.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/13.1.7/ChangeLog-13.1.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/commits/13.1.7)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-version: 13.1.7
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/composer/phpunit/phpunit-13.1.7 branch from fd02d16 to b946b3a Compare April 28, 2026 19:44
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 4, 2026

Superseded by #35.

@dependabot dependabot Bot closed this May 4, 2026
@dependabot dependabot Bot deleted the dependabot/composer/phpunit/phpunit-13.1.7 branch May 4, 2026 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants