Skip to content

Commit

Permalink
tools(deps-dev): Update phpunit/phpunit requirement from 10.5.20 to 1…
Browse files Browse the repository at this point in the history
…0.5.24 in /tools/phpunit (#452)

Updates the requirements on
[phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to
permit the latest version.
<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 10.5.24</h2>
<h3>Changed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5877">#5877</a>:
Use <code>array_pop()</code> instead of <code>array_shift()</code> for
processing <code>Test</code> objects in <code>TestSuite::run()</code>
and optimize <code>TestSuite::isEmpty()</code></li>
</ul>
<hr />
<p><a href="https://docs.phpunit.de/en/10.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/10.5.24/ChangeLog-10.5.md">phpunit/phpunit's
changelog</a>.</em></p>
<blockquote>
<h2>[10.5.24] - 2024-06-20</h2>
<h3>Changed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5877">#5877</a>:
Use <code>array_pop()</code> instead of <code>array_shift()</code> for
processing <code>Test</code> objects in <code>TestSuite::run()</code>
and optimize <code>TestSuite::isEmpty()</code></li>
</ul>
<h2>[10.5.23] - 2024-06-20</h2>
<h3>Changed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5875">#5875</a>:
Also destruct <code>TestCase</code> objects early that use a data
provider</li>
</ul>
<h2>[10.5.22] - 2024-06-19</h2>
<h3>Changed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5871">#5871</a>:
Do not collect unnecessary information using
<code>debug_backtrace()</code></li>
</ul>
<h2>[10.5.21] - 2024-06-15</h2>
<h3>Changed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5861">#5861</a>:
Destroy <code>TestCase</code> object after its test was run</li>
</ul>
<h2>[10.5.20] - 2024-04-24</h2>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5771">#5771</a>:
JUnit XML logger may crash when test that is run in separate process
exits unexpectedly</li>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5819">#5819</a>:
Duplicate keys from different data providers are not handled
properly</li>
</ul>
<h2>[10.5.19] - 2024-04-17</h2>
<h3>Fixed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5818">#5818</a>:
Calling <code>method()</code> on a test stub created using
<code>createStubForIntersectionOfInterfaces()</code> throws an
unexpected exception</li>
</ul>
<h2>[10.5.18] - 2024-04-14</h2>
<h3>Deprecated</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/pull/5812">#5812</a>:
Support for string array keys in data sets returned by data provider
methods that do not match the parameter names of the test method(s) that
use(s) them</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><a
href="https://redirect.github.com/sebastianbergmann/phpunit/issues/5795">#5795</a>:
Using <code>@testwith</code> annotation may generate <code>PHP Warning:
Uninitialized string offset 0</code></li>
</ul>
<h2>[10.5.17] - 2024-04-05</h2>
<h3>Changed</h3>
<ul>
<li>The namespaces of dependencies are now prefixed with
<code>PHPUnitPHAR</code> instead of just <code>PHPUnit</code> for the
PHAR distribution of PHPUnit</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/5f124e3e3e561006047b532fd0431bf5bb6b9015"><code>5f124e3</code></a>
Prepare release</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/46e02a39ec06775bee6fe53f9220168facc26fd3"><code>46e02a3</code></a>
Update ChangeLog</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/3a664cab4643937b5080abcae4e58101363376ed"><code>3a664ca</code></a>
optimize empty checks in TestSuite</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/933af567cd3f9e1cfdcbcdf13f999938a64c0dbf"><code>933af56</code></a>
Use array_pop instead of slow array_shift</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/12826591cc32fa0959b7e7577a90c3f527e377b2"><code>1282659</code></a>
Prepare release</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/67323d266d535e277bbf5a3cc636adbefd49c97d"><code>67323d2</code></a>
This needs to be an end-to-end test (otherwise it would be affected by
random...</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/23deadbdad3c14c3fcf234aafa7704c9f6002cda"><code>23deadb</code></a>
Update ChangeLog</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/b2f136f8202ce3b7861a73de106c67c8dbd9f326"><code>b2f136f</code></a>
Narrow type (and remove superfluous documentation)</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/541fd37edb24386524f56b163355d88cbf607f51"><code>541fd37</code></a>
Refactor unsetting tests during TestSuite::run, for even faster
destruction o...</li>
<li><a
href="https://github.com/sebastianbergmann/phpunit/commit/8afb89b399b17c2ce2618015bdc9f81a117c5ee1"><code>8afb89b</code></a>
Prepare release</li>
<li>Additional commits viewable in <a
href="https://github.com/sebastianbergmann/phpunit/compare/10.5.20...10.5.24">compare
view</a></li>
</ul>
</details>
<br />


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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 29, 2024
1 parent 61ae1ca commit fab6f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/phpunit/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"php": "^8.1"
},
"require-dev": {
"phpunit/phpunit": "10.5.20",
"phpunit/phpunit": "10.5.24",
"roave/security-advisories": "dev-latest"
},
"prefer-stable": true,
Expand Down

0 comments on commit fab6f93

Please sign in to comment.