mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
Bump phpunit/phpunit from 7.4.5 to 7.5.0 (#873)
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.5 to 7.5.0. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.5.md).* > ## [7.5.0] - 2018-12-07 > > ### Added > > * Implemented [#3340](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3340): Added `assertEqualsCanonicalizing()`, `assertEqualsIgnoringCase()`, `assertEqualsWithDelta()`, `assertNotEqualsCanonicalizing()`, `assertNotEqualsIgnoringCase()`, and `assertNotEqualsWithDelta()` as alternatives to using `assertEquals()` and `assertNotEquals()` with the `$delta`, `$canonicalize`, or `$ignoreCase` parameters > * Implemented [#3368](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3368): Added `assertIsArray()`, `assertIsBool()`, `assertIsFloat()`, `assertIsInt()`, `assertIsNumeric()`, `assertIsObject()`, `assertIsResource()`, `assertIsString()`, `assertIsScalar()`, `assertIsCallable()`, `assertIsIterable()`, `assertIsNotArray()`, `assertIsNotBool()`, `assertIsNotFloat()`, `assertIsNotInt()`, `assertIsNotNumeric()`, `assertIsNotObject()`, `assertIsNotResource()`, `assertIsNotString()`, `assertIsNotScalar()`, `assertIsNotCallable()`, `assertIsNotIterable()` as alternatives to `assertInternalType()` and `assertNotInternalType()` > * Implemented [#3391](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3391): Added a `TestHook` that fires after each test, regardless of result > * Implemented [#3417](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3417): Refinements related to test suite sorting and TestDox result printer > * Implemented [#3422](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3422): Added `assertStringContainsString()`, `assertStringContainsStringIgnoringCase()`, `assertStringNotContainsString()`, and `assertStringNotContainsStringIgnoringCase()` > > ### Deprecated > > * The methods `assertInternalType()` and `assertNotInternalType()` are now deprecated. There is no behavioral change in this version of PHPUnit. Using these methods will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these methods will be removed. > * The methods `assertAttributeContains()`, `assertAttributeNotContains()`, `assertAttributeContainsOnly()`, `assertAttributeNotContainsOnly()`, `assertAttributeCount()`, `assertAttributeNotCount()`, `assertAttributeEquals()`, `assertAttributeNotEquals()`, `assertAttributeEmpty()`, `assertAttributeNotEmpty()`, `assertAttributeGreaterThan()`, `assertAttributeGreaterThanOrEqual()`, `assertAttributeLessThan()`, `assertAttributeLessThanOrEqual()`, `assertAttributeSame()`, `assertAttributeNotSame()`, `assertAttributeInstanceOf()`, `assertAttributeNotInstanceOf()`, `assertAttributeInternalType()`, `assertAttributeNotInternalType()`, `attributeEqualTo()`, `readAttribute()`, `getStaticAttribute()`, and `getObjectAttribute()` are now deprecated. There is no behavioral change in this version of PHPUnit. Using these methods will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these methods will be removed. > * The optional parameters `$delta`, `$maxDepth`, `$canonicalize`, and `$ignoreCase` of `assertEquals()` and `assertNotEquals()` are now deprecated. There is no behavioral change in this version of PHPUnit. Using these parameters will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these parameters will be removed. > * The annotations `[**expectedException**](https://github.com/expectedException)`, `[**expectedExceptionCode**](https://github.com/expectedExceptionCode)`, `[**expectedExceptionMessage**](https://github.com/expectedExceptionMessage)`, and `[**expectedExceptionMessageRegExp**](https://github.com/expectedExceptionMessageRegExp)` are now deprecated. There is no behavioral change in this version of PHPUnit. Using these annotations will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these annotations will be removed. > * Using the methods `assertContains()` and `assertNotContains()` on `string` haystacks is now deprecated. There is no behavioral change in this version of PHPUnit. Using these methods on `string` haystacks will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these methods cannot be used on on `string` haystacks anymore. > * The optional parameters `$ignoreCase`, `$checkForObjectIdentity`, and `$checkForNonObjectIdentity` of `assertContains()` and `assertNotContains()` are now deprecated. There is no behavioral change in this version of PHPUnit. Using these parameters will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these parameters will be removed. > > ### Fixed > > * Implemented [#3428](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3428): `TestSuite` setup failures are not logged correctly > * Implemented [#3429](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3429): Inefficient loop in `getHookMethods()` > * Implemented [#3437](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3437): JUnit logger skips PHPT tests > > [7.5.0]: https://github.com/sebastianbergmann/phpunit/compare/7.4.5...7.5.0 </details> <details> <summary>Commits</summary> - [`5207231`](520723129e
) Prepare release - [`49ff35c`](49ff35ccef
) CodeCov is a harsh mistress - [`092d742`](092d742a13
) Do not throw needless fatals when logging non-standard TestCase - [`ebcf10b`](ebcf10b3a9
) There will not be another PHPUnit 7.4 release - [`c8d9d95`](c8d9d95713
) Update ChangeLog - [`51a7c5b`](51a7c5b146
) Fix Windows paths in tests - [`ecb4c1c`](ecb4c1c28f
) Add tests for including PHPT results in TeamCity and JUnit loggers - [`5805fd7`](5805fd7980
) CS/WS fixes - [`94487b2`](94487b2440
) Add test coverage for newly added information methods - [`e4edc0b`](e4edc0b092
) CS/WS fixes - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.5...7.5.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.5&new-version=7.5.0)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.5&new-version=7.5.0) 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>
This commit is contained in:
parent
ab4f2210d1
commit
a0486f6083
1 changed files with 7 additions and 7 deletions
14
composer.lock
generated
14
composer.lock
generated
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"_readme": [
|
||||
"This file locks the dependencies of your project to a known state",
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "ae6889b8a79dc21f749a942875483971",
|
||||
|
@ -6344,16 +6344,16 @@
|
|||
},
|
||||
{
|
||||
"name": "phpunit/phpunit",
|
||||
"version": "7.4.5",
|
||||
"version": "7.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||
"reference": "61d34e8dd6eb3555900f0f2a2fa9e7e570730102"
|
||||
"reference": "520723129e2b3fc1dc4c0953e43c9d40e1ecb352"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/61d34e8dd6eb3555900f0f2a2fa9e7e570730102",
|
||||
"reference": "61d34e8dd6eb3555900f0f2a2fa9e7e570730102",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/520723129e2b3fc1dc4c0953e43c9d40e1ecb352",
|
||||
"reference": "520723129e2b3fc1dc4c0953e43c9d40e1ecb352",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -6398,7 +6398,7 @@
|
|||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "7.4-dev"
|
||||
"dev-master": "7.5-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -6424,7 +6424,7 @@
|
|||
"testing",
|
||||
"xunit"
|
||||
],
|
||||
"time": "2018-12-03T05:01:24+00:00"
|
||||
"time": "2018-12-07T07:08:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psy/psysh",
|
||||
|
|
Loading…
Reference in a new issue