[PR #962] [CLOSED] Bump phpunit/phpunit from 7.5.9 to 8.1.3 #1475

Closed
opened 2026-02-26 03:31:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/962
Author: @dependabot-preview[bot]
Created: 4/21/2019
Status: Closed

Base: masterHead: dependabot/composer/phpunit/phpunit-8.1.3


📝 Commits (1)

  • e895cc6 Bump phpunit/phpunit from 7.5.9 to 8.1.3

📊 Changes

2 files changed (+40 additions, -39 deletions)

View changed files

📝 composer.json (+1 -1)
📝 composer.lock (+39 -38)

📄 Description

Bumps phpunit/phpunit from 7.5.9 to 8.1.3.

Changelog

Sourced from phpunit/phpunit's changelog.

8.1.3 - 2019-04-19

Fixed

  • Fixed #3607: Return value generation interferes with proxying to original method

8.1.2 - 2019-04-08

Fixed

  • Fixed #3600: Wrong class name in docblock

8.1.1 - 2019-04-08

Fixed

  • Fixed #3588: PHPUnit 8.1.0 breaks static analysis of MockObject usage

8.1.0 - 2019-04-05

Added

  • Implemented #3528: Option to disable TestDox progress animation
  • Implemented #3556: Configure TestDox result printer via configuration file
  • Implemented #3558: TestCase::getDependencyInput()
  • Information on test groups in the TestDox XML report is now reported in group elements that are child nodes of test
  • Information from [@​covers](https://github.com/covers) and [@​uses](https://github.com/uses) annotations is now reported in TestDox XML
  • Information on test doubles used in a test is now reported in TestDox XML

Changed

  • The groups attribute on the test element in the TestDox XML report is now deprecated
Commits

Dependabot compatibility score

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 commands and options

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/962 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/21/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/phpunit/phpunit-8.1.3` --- ### 📝 Commits (1) - [`e895cc6`](https://github.com/koel/koel/commit/e895cc60c0ea2da4468a95a9e6d3c7ab39e9ebb3) Bump phpunit/phpunit from 7.5.9 to 8.1.3 ### 📊 Changes **2 files changed** (+40 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+1 -1) 📝 `composer.lock` (+39 -38) </details> ### 📄 Description Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.5.9 to 8.1.3. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.1.md).* > ## [8.1.3] - 2019-04-19 > > ### Fixed > > * Fixed [#3607](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3607): Return value generation interferes with proxying to original method > > ## [8.1.2] - 2019-04-08 > > ### Fixed > > * Fixed [#3600](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3600): Wrong class name in docblock > > ## [8.1.1] - 2019-04-08 > > ### Fixed > > * Fixed [#3588](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3588): PHPUnit 8.1.0 breaks static analysis of MockObject usage > > ## [8.1.0] - 2019-04-05 > > ### Added > > * Implemented [#3528](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3528): Option to disable TestDox progress animation > * Implemented [#3556](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3556): Configure TestDox result printer via configuration file > * Implemented [#3558](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3558): `TestCase::getDependencyInput()` > * Information on test groups in the TestDox XML report is now reported in `group` elements that are child nodes of `test` > * Information from `[@&#8203;covers](https://github.com/covers)` and `[@&#8203;uses](https://github.com/uses)` annotations is now reported in TestDox XML > * Information on test doubles used in a test is now reported in TestDox XML > > ### Changed > > * The `groups` attribute on the `test` element in the TestDox XML report is now deprecated > > [8.1.3]: https://github.com/sebastianbergmann/phpunit/compare/8.1.3...8.1.3 > [8.1.2]: https://github.com/sebastianbergmann/phpunit/compare/8.1.1...8.1.2 > [8.1.1]: https://github.com/sebastianbergmann/phpunit/compare/8.1.0...8.1.1 > [8.1.0]: https://github.com/sebastianbergmann/phpunit/compare/8.0.6...8.1.0 </details> <details> <summary>Commits</summary> - [`2a67667`](https://github.com/sebastianbergmann/phpunit/commit/2a676677982b484ee36b54961f570c02eabbe7e1) Prepare release - [`195faab`](https://github.com/sebastianbergmann/phpunit/commit/195faab425f1caa64114ea901b2b5d4b137d10ce) Merge branch '7.5' into 8.1 - [`8b9c6c3`](https://github.com/sebastianbergmann/phpunit/commit/8b9c6c32218196a2ce97fcabb53a922e1e309bb5) Simplify fix for [#3607](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3607) as the StaticInvocation and ObjectInvocation classes a... - [`4dca857`](https://github.com/sebastianbergmann/phpunit/commit/4dca8573147981952ef96df20e303f16511ead38) Merge branch '7.5' into 8.1 - [`84a63cd`](https://github.com/sebastianbergmann/phpunit/commit/84a63cda1ab7f6c967b70bbb9a5b15ea561733d1) Update ChangeLog - [`b9f3823`](https://github.com/sebastianbergmann/phpunit/commit/b9f3823518fed27f89bcd6f02f2146516ab5e548) Merge branch '7.5' into 8.1 - [`40bfb7f`](https://github.com/sebastianbergmann/phpunit/commit/40bfb7f42b273fe8baac1e9a6e8f3a2a8f0287b2) Simplify - [`580ed79`](https://github.com/sebastianbergmann/phpunit/commit/580ed792a54613256d603df17c3e0045997f9db6) Simplify - [`738b640`](https://github.com/sebastianbergmann/phpunit/commit/738b6400a046fc65b95ca8513eb6b435d966ee77) Update tools - [`e7450b5`](https://github.com/sebastianbergmann/phpunit/commit/e7450b51b6f5d29edcd645ff72b355ab0633ca35) Prepare release - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.5.9...8.1.3) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.9&new-version=8.1.3)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.9&new-version=8.1.3) 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:31:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1475
No description provided.