Pull Request: https://github.com/php/web-php/pull/1203
Author: dependabot[bot]

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 
11.5.2 to 11.5.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a 
href="https://github.com/sebastianbergmann/phpunit/releases";>phpunit/phpunit's 
releases</a>.</em></p>
<blockquote>
<h2>PHPUnit 11.5.3</h2>
<h3>Added</h3>
<ul>
<li><code>Test\AfterLastTestMethodErrored</code>, 
<code>Test\AfterTestMethodErrored</code>, 
<code>Test\BeforeTestMethodErrored</code>, 
<code>Test\PostConditionErrored</code>, and 
<code>Test\PreConditionErrored</code> events</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><a 
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6093";>#6093</a>:
 Test Double Code Generator does not work when PHPUnit is used from PHAR on PHP 
8.4</li>
<li><a 
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6094";>#6094</a>:
 Errors in after-last-test methods are not reported</li>
<li><a 
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6095";>#6095</a>:
 Expectation is not counted correctly when a doubled method is called more 
often than is expected</li>
<li><a 
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6096";>#6096</a>:
 <code>--list-tests-xml</code> is broken when a group with a numeric name is 
defined</li>
<li><a 
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6098";>#6098</a>:
 No <code>system-out</code> element in JUnit XML logfile</li>
<li><a 
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6100";>#6100</a>:
 Suppressed deprecations incorrectly stop test execution when execution should 
be stopped on deprecation</li>
</ul>
<hr />
<p><a href="https://docs.phpunit.de/en/11.5/installation.html";>How to install 
or update PHPUnit</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a 
href="https://github.com/sebastianbergmann/phpunit/blob/11.5.3/ChangeLog-11.5.md";>phpunit/phpunit's
 changelog</a>.</em></p>
<blockquote>
<h2>[11.5.3] - 2025-01-13</h2>
<h3>Added</h3>
<ul>
<li><code>Test\AfterLastTestMethodErrored</code>, 
<code>Test\AfterTestMethodErrored</code>, 
<code>Test\BeforeTestMethodErrored</code>, 
<code>Test\PostConditionErrored</code>, and 
<code>Test\PreConditionErrored</code> events</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><a 
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6093";>#6093</a>:
 Test Double Code Generator does not work when PHPUnit is used from PHAR on PHP 
8.4</li>
<li><a 
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6094";>#6094</a>:
 Errors in after-last-test methods are not reported</li>
<li><a 
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6095";>#6095</a>:
 Expectation is not counted correctly when a doubled method is called more 
often than is expected</li>
<li><a 
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6096";>#6096</a>:
 <code>--list-tests-xml</code> is broken when a group with a numeric name is 
defined</li>
<li><a 
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6098";>#6098</a>:
 No <code>system-out</code> element in JUnit XML logfile</li>
<li><a 
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6100";>#6100</a>:
 Suppressed deprecations incorrectly stop test execution when execution should 
be stopped on deprecation</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/sebastianbergmann/phpunit/commit/30e319e578a7b5da3543073e30002bf82042f701";><code>30e319e</code></a>
 Prepare release</li>
<li><a 
href="https://github.com/sebastianbergmann/phpunit/commit/e91483903089a366d6c24e7966b1ab8108f4a775";><code>e914839</code></a>
 Merge branch '10.5' into 11.5</li>
<li><a 
href="https://github.com/sebastianbergmann/phpunit/commit/e76586fa3d49714f230221734b44892e384109d7";><code>e76586f</code></a>
 Prepare release</li>
<li><a 
href="https://github.com/sebastianbergmann/phpunit/commit/89a79cba1a6c7185b4bbbe31cedbf99ca99aae4e";><code>89a79cb</code></a>
 Update ChangeLog</li>
<li><a 
href="https://github.com/sebastianbergmann/phpunit/commit/d8b6085be75463965dde046b7701470e8534ade1";><code>d8b6085</code></a>
 Add test for <a 
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6102";>#6102</a></li>
<li><a 
href="https://github.com/sebastianbergmann/phpunit/commit/fbf2d02d70a314142e48d270dd044c8e949abba7";><code>fbf2d02</code></a>
 Merge branch '10.5' into 11.5</li>
<li><a 
href="https://github.com/sebastianbergmann/phpunit/commit/aa7621a8259fe66a8070496fbae08a8087809fe0";><code>aa7621a</code></a>
 Merge branch '9.6' into 10.5</li>
<li><a 
href="https://github.com/sebastianbergmann/phpunit/commit/2f41cde26ef95a3ee44ae112a65b54893258cd26";><code>2f41cde</code></a>
 Merge branch '8.5' into 9.6</li>
<li><a 
href="https://github.com/sebastianbergmann/phpunit/commit/bbd266ef2bae11d899cd269bac0fac0200b908d9";><code>bbd266e</code></a>
 Update tools</li>
<li><a 
href="https://github.com/sebastianbergmann/phpunit/commit/94cbc3a3e520bb2b9c3e8be9adcb992fcb6adc96";><code>94cbc3a</code></a>
 Closes <a 
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/6100";>#6100</a></li>
<li>Additional commits viewable in <a 
href="https://github.com/sebastianbergmann/phpunit/compare/11.5.2...11.5.3";>compare
 view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=11.5.2&new-version=11.5.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter 
it yourself. You can also trigger a rebase manually by commenting `@dependabot 
rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have 
been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block 
automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You 
can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the 
ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot 
creating any more for this dependency (unless you reopen the PR or upgrade to 
it yourself)


</details>

Reply via email to