[PR #911] [CLOSED] Bump phpunit/phpunit from 7.5.2 to 8.0.2 #1438

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/911
Author: @dependabot-preview[bot]
Created: 2/8/2019
Status: Closed

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


📝 Commits (1)

  • f682e97 Bump phpunit/phpunit from 7.5.2 to 8.0.2

📊 Changes

2 files changed (+53 additions, -49 deletions)

View changed files

📝 composer.json (+1 -1)
📝 composer.lock (+52 -48)

📄 Description

Bumps phpunit/phpunit from 7.5.2 to 8.0.2.

Changelog

Sourced from phpunit/phpunit's changelog.

8.0.2 - 2019-02-07

Fixed

  • Fixed #3352: Using phpunit.phar with PHPDBG does not work with auto_globals_jit=On
  • Fixed #3508: TypeError in Fileloader when trying to load nonexistent file
  • Fixed #3511: Asserting that an object is contained in an iterable while using == instead of === is no longer possible

8.0.1 - 2019-02-03

Fixed

  • Fixed #3509: Process Isolation does not work with phpunit.phar

8.0.0 - 2019-02-01

Changed

  • Implemented #3060: Cleanup PHPUnit\Framework\Constraint\Constraint
  • Implemented #3133: Enable dependency resolution by default
  • Implemented #3236: Define which parts of PHPUnit are covered by the backward compatibility promise
  • Implemented #3244: Enable result cache by default
  • Implemented #3288: The void_return fixer of php-cs-fixer is now in effect
  • Implemented #3439: Improve colorization of TestDox output
  • Implemented #3444: Consider data provider that provides data with duplicate keys to be invalid
  • Implemented #3467: Code location hints for [**requires**](https://github.com/requires) annotations as well as --SKIPIF--, --EXPECT--, --EXPECTF--, --EXPECTREGEX--, and --{SECTION}_EXTERNAL-- sections of PHPT tests
  • Implemented #3481: Improved --help output

Deprecated

  • Implemented #3332: Deprecate annotation(s) for expecting exceptions
  • Implemented #3338: Deprecate assertions (and helper methods) that operate on (non-public) attributes
  • Implemented #3341: Deprecate optional parameters of assertEquals() and assertNotEquals()
  • Implemented #3369: Deprecate assertInternalType() and assertNotInternalType()
  • Implemented #3388: Deprecate the TestListener interface
  • Implemented #3425: Deprecate optional parameters of assertContains() and assertNotContains() as well as using these methods with string haystacks
  • Implemented #3494: Deprecate assertArraySubset()

Removed

  • Implemented #2762: Drop support for PHP 7.1
  • Implemented #3123: Remove PHPUnit_Framework_MockObject_MockObject
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 cancel merge will cancel a previously requested merge
  • @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/911 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/8/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/composer/phpunit/phpunit-8.0.2` --- ### 📝 Commits (1) - [`f682e97`](https://github.com/koel/koel/commit/f682e971ad09de6117fe4c485e219c2f13a6fdcc) Bump phpunit/phpunit from 7.5.2 to 8.0.2 ### 📊 Changes **2 files changed** (+53 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `composer.json` (+1 -1) 📝 `composer.lock` (+52 -48) </details> ### 📄 Description Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.5.2 to 8.0.2. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.0.md).* > ## [8.0.2] - 2019-02-07 > > ### Fixed > > * Fixed [#3352](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3352): Using `phpunit.phar` with PHPDBG does not work with `auto_globals_jit=On` > * Fixed [#3508](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3508): `TypeError` in `Fileloader` when trying to load nonexistent file > * Fixed [#3511](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3511): Asserting that an object is contained in an `iterable` while using `==` instead of `===` is no longer possible > > ## [8.0.1] - 2019-02-03 > > ### Fixed > > * Fixed [#3509](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3509): Process Isolation does not work with `phpunit.phar` > > ## [8.0.0] - 2019-02-01 > > ### Changed > > * Implemented [#3060](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3060): Cleanup `PHPUnit\Framework\Constraint\Constraint` > * Implemented [#3133](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3133): Enable dependency resolution by default > * Implemented [#3236](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3236): Define which parts of PHPUnit are covered by the backward compatibility promise > * Implemented [#3244](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3244): Enable result cache by default > * Implemented [#3288](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3288): The `void_return` fixer of php-cs-fixer is now in effect > * Implemented [#3439](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3439): Improve colorization of TestDox output > * Implemented [#3444](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3444): Consider data provider that provides data with duplicate keys to be invalid > * Implemented [#3467](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3467): Code location hints for `[**requires**](https://github.com/requires)` annotations as well as `--SKIPIF--`, `--EXPECT--`, `--EXPECTF--`, `--EXPECTREGEX--`, and `--{SECTION}_EXTERNAL--` sections of PHPT tests > * Implemented [#3481](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3481): Improved `--help` output > > ### Deprecated > > * Implemented [#3332](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3332): Deprecate annotation(s) for expecting exceptions > * Implemented [#3338](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3338): Deprecate assertions (and helper methods) that operate on (non-public) attributes > * Implemented [#3341](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3341): Deprecate optional parameters of `assertEquals()` and `assertNotEquals()` > * Implemented [#3369](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3369): Deprecate `assertInternalType()` and `assertNotInternalType()` > * Implemented [#3388](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3388): Deprecate the `TestListener` interface > * Implemented [#3425](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3425): Deprecate optional parameters of `assertContains()` and `assertNotContains()` as well as using these methods with `string` haystacks > * Implemented [#3494](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3494): Deprecate `assertArraySubset()` > > ### Removed > > * Implemented [#2762](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2762): Drop support for PHP 7.1 > * Implemented [#3123](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3123): Remove `PHPUnit_Framework_MockObject_MockObject` > > [8.0.3]: https://github.com/sebastianbergmann/phpunit/compare/8.0.2...8.0.3 > [8.0.2]: https://github.com/sebastianbergmann/phpunit/compare/8.0.1...8.0.2 > [8.0.1]: https://github.com/sebastianbergmann/phpunit/compare/8.0.0...8.0.1 > [8.0.0]: https://github.com/sebastianbergmann/phpunit/compare/7.5...8.0.0 </details> <details> <summary>Commits</summary> - [`d64e502`](https://github.com/sebastianbergmann/phpunit/commit/d64e502503bcfab5d46c0b74ffd41f4986831dc7) Prepare release - [`dd24907`](https://github.com/sebastianbergmann/phpunit/commit/dd249070fd1a33da15cd37a460fee6c628e8dc86) Merge branch '7.5' into 8.0 - [`2896657`](https://github.com/sebastianbergmann/phpunit/commit/2896657da5fb237bc316bdfc18c2650efeee0dc0) Prepare release - [`cf4b953`](https://github.com/sebastianbergmann/phpunit/commit/cf4b953e8b066e022dff624bedc59ed4340fa5cd) Update ChangeLog - [`46263ed`](https://github.com/sebastianbergmann/phpunit/commit/46263edfd2a958eb460ccaa68e752621de0c969d) Merge branch '7.5' into 8.0 - [`a6465d9`](https://github.com/sebastianbergmann/phpunit/commit/a6465d9f909d78ae5c0fc8d8a8bb6310bcc69259) Closes [#3352](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3352) - [`6205f33`](https://github.com/sebastianbergmann/phpunit/commit/6205f335954d00fa01992fe324a7eefbc954449e) Closes [#3511](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3511) - [`0e5d4c2`](https://github.com/sebastianbergmann/phpunit/commit/0e5d4c2221c7a8f11db9ed8d16ad03ec648ab4b3) Merge branch '7.5' into 8.0 - [`ca16574`](https://github.com/sebastianbergmann/phpunit/commit/ca165740350f32e92ab37338848707bcd8ce8479) Add tests - [`613c456`](https://github.com/sebastianbergmann/phpunit/commit/613c45655c1077ff65e27fd75d6b065c117d5b20) Merge branch '7.5' into 8.0 - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.5.2...8.0.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.2&new-version=8.0.2)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.2&new-version=8.0.2) 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 cancel merge` will cancel a previously requested merge - `@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:01 +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#1438
No description provided.