[PR #1083] [MERGED] Bump phpunit/phpunit from 7.5.14 to 7.5.16 #1571

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1083
Author: @dependabot-preview[bot]
Created: 9/16/2019
Status: Merged
Merged: 9/19/2019
Merged by: @phanan

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


📝 Commits (1)

  • 9005537 Bump phpunit/phpunit from 7.5.14 to 7.5.16

📊 Changes

1 file changed (+69 additions, -72 deletions)

View changed files

📝 composer.lock (+69 -72)

📄 Description

Bumps phpunit/phpunit from 7.5.14 to 7.5.16.

Changelog

Sourced from phpunit/phpunit's changelog.

[7.5.16] - 2019-09-14

Fixed

  • Fixed #3801: Class constant as default parameter is undefined
  • Fixed #3834: Trailing slash breaks code coverage on Windows

[7.5.15] - 2019-08-21

Changed

  • Implemented #3765: Use ReflectionType::getName() instead of ReflectionType::__toString() (which is deprecated in PHP 7.4)
Commits
  • 316afa6 Prepare release
  • d434b33 Fix issues identified by Psalm
  • 2400d79 Enhancement: Use built-in PHP 7.3 to speed up build
  • 191e034 Keep php-cs-fixer from removing or simplifying "return null;"
  • 046ebed Fix issue identified by Psalm
  • c5ef034 Cleanup
  • 368b5bc Throw meaningful exception in TestSuiteIterator.getChildren()
  • 7ed7374 Fix issue identified by Psalm
  • 15bb615 Document the fact that $suite->tests() only contains TestCase objects at this...
  • f9869c4 Rename variable
  • Additional commits viewable in compare view

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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/1083 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 9/16/2019 **Status:** ✅ Merged **Merged:** 9/19/2019 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `dependabot/composer/phpunit/phpunit-7.5.16` --- ### 📝 Commits (1) - [`9005537`](https://github.com/koel/koel/commit/9005537ebca7fd9cd1fdecaca55d639758c7aa39) Bump phpunit/phpunit from 7.5.14 to 7.5.16 ### 📊 Changes **1 file changed** (+69 additions, -72 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+69 -72) </details> ### 📄 Description Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.5.14 to 7.5.16. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.5.16/ChangeLog-7.5.md).* > ## [7.5.16] - 2019-09-14 > > ### Fixed > > * Fixed [#3801](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3801): Class constant as default parameter is undefined > * Fixed [#3834](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3834): Trailing slash breaks code coverage on Windows > > ## [7.5.15] - 2019-08-21 > > ### Changed > > * Implemented [#3765](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3765): Use `ReflectionType::getName()` instead of `ReflectionType::__toString()` (which is deprecated in PHP 7.4) </details> <details> <summary>Commits</summary> - [`316afa6`](https://github.com/sebastianbergmann/phpunit/commit/316afa6888d2562e04aeb67ea7f2017a0eb41661) Prepare release - [`d434b33`](https://github.com/sebastianbergmann/phpunit/commit/d434b33075b4b6f3575660acfdb0daafd0b32515) Fix issues identified by Psalm - [`2400d79`](https://github.com/sebastianbergmann/phpunit/commit/2400d7995f2536aeea289c43433f192ede9b3fc5) Enhancement: Use built-in PHP 7.3 to speed up build - [`191e034`](https://github.com/sebastianbergmann/phpunit/commit/191e0342f030043229a9d3c7be23484273f8bfaf) Keep php-cs-fixer from removing or simplifying "return null;" - [`046ebed`](https://github.com/sebastianbergmann/phpunit/commit/046ebede350bf885aec9a25d7913fff7ce3d1c25) Fix issue identified by Psalm - [`c5ef034`](https://github.com/sebastianbergmann/phpunit/commit/c5ef03407697253cc741af7b79ef285733579c23) Cleanup - [`368b5bc`](https://github.com/sebastianbergmann/phpunit/commit/368b5bc4133ee2b9ecc48e47577c71b114bb0396) Throw meaningful exception in TestSuiteIterator.getChildren() - [`7ed7374`](https://github.com/sebastianbergmann/phpunit/commit/7ed7374d490d8fa6a8908cc53f4163e8ad27a31b) Fix issue identified by Psalm - [`15bb615`](https://github.com/sebastianbergmann/phpunit/commit/15bb615e376f74c814333400576539a73ea9d8d9) Document the fact that $suite->tests() only contains TestCase objects at this... - [`f9869c4`](https://github.com/sebastianbergmann/phpunit/commit/f9869c48b03c9c8e25562e51c5c62a0c6edfc167) Rename variable - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.5.14...7.5.16) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.14&new-version=7.5.16)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.14&new-version=7.5.16) 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 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) - `@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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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:31 +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#1571
No description provided.