TechWilk / rota

Web-based rota management with email reminders.
7 stars 2 forks source link

Bump phpunit/phpunit from 5.7.27 to 7.1.5 #130

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps phpunit/phpunit from 5.7.27 to 7.1.5.

Changelog *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-6.5.md).* > # Changes in PHPUnit 6.5 > > All notable changes of the PHPUnit 6.5 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. > > ## [6.5.8] - 2018-04-10 > > ### Fixed > > * Fixed [#2830](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2830): `[**runClassInSeparateProcess**](https://github.com/runClassInSeparateProcess)` does not work for tests that use `[**dataProvider**](https://github.com/dataProvider)` > > ## [6.5.7] - 2018-02-26 > > ### Fixed > > * Fixed [#2974](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2974): JUnit XML logfile contains invalid characters when test output contains binary data > > ## [6.5.6] - 2018-02-01 > > ### Fixed > > * Fixed [#2236](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2236): Exceptions in `tearDown()` do not affect `getStatus()` > * Fixed [#2950](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2950): Class extending `PHPUnit\Framework\TestSuite` does not extend `PHPUnit\FrameworkTestCase` > * Fixed [#2972](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2972): PHPUnit crashes when test suite contains both `.phpt` files and unconventionally named tests > > ## [6.5.5] - 2017-12-17 > > ### Fixed > > * Fixed [#2922](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/2922): Test class is not discovered when there is a test class with `[**group**](https://github.com/group)` and provider throwing exception in it, tests are run with `--exclude-group` for that group, there is another class called later (after the class from above), and the name of that another class does not match its filename > > ## [6.5.4] - 2017-12-10 > > ### Changed > > * Require version 5.0.5 of `phpunit/phpunit-mock-objects` for [phpunit-mock-objects#394](https://github-redirect.dependabot.com/sebastianbergmann/phpunit-mock-objects/issues/394) > > ## [6.5.3] - 2017-12-06 > > ### Fixed > > * Fixed an issue with PHPT tests when `forceCoversAnnotation="true"` is configured > > ## [6.5.2] - 2017-12-02 > > ### Changed > > * Require version 5.0.4 of `phpunit/phpunit-mock-objects` for [phpunit-mock-objects#388](https://github-redirect.dependabot.com/sebastianbergmann/phpunit-mock-objects/issues/388) > > ## [6.5.1] - 2017-12-01 > > ... (truncated)
Commits - [`ca64dba`](https://github.com/sebastianbergmann/phpunit/commit/ca64dba53b88aba6af32aebc6b388068db95c435) Prepare release - [`adae729`](https://github.com/sebastianbergmann/phpunit/commit/adae729eff8058aa62881ad886a6a433d18b363a) Leftover from a99fea3707c0d95cdd859686c06722f9ccd15bc3 - [`a99fea3`](https://github.com/sebastianbergmann/phpunit/commit/a99fea3707c0d95cdd859686c06722f9ccd15bc3) Update ChangeLog - [`7cd0cdb`](https://github.com/sebastianbergmann/phpunit/commit/7cd0cdb3cede374d489c6acf81ed01e2b1d164de) Consistency: testdox for method that is written in snake-case now starts with... - [`c9c5a07`](https://github.com/sebastianbergmann/phpunit/commit/c9c5a073c0afc56bc44d24ec4f5cfcd2f8fb8f2b) Cleanup - [`6d51299`](https://github.com/sebastianbergmann/phpunit/commit/6d51299e307dc510149e0b7cd1931dd11770e1cb) Prepare release - [`fbdbf6f`](https://github.com/sebastianbergmann/phpunit/commit/fbdbf6f969ac622a206d065ef741a389a76a593c) Allow sebastian/comparator ^3.0 - [`6cc15b4`](https://github.com/sebastianbergmann/phpunit/commit/6cc15b4fe1e828a12280e8456df81960ea26e7f4) DX: PHP CS Fixer default finder is looking for .php by default, no need to cl... - [`37d1e9a`](https://github.com/sebastianbergmann/phpunit/commit/37d1e9add1e262704c23e3eb71339b6ac797e04a) WIP - [`0e3816c`](https://github.com/sebastianbergmann/phpunit/commit/0e3816cc4ee413c765bc38ab6e233461929b7a89) The void sucks at your soul. It is content to feast slowly. - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/5.7.27...7.1.5)


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 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 (this|these) label[s]` will set the current labels as the default for future PRs for this repo and language - `@dependabot use (this|these) reviewer[s]` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use (this|these) assignee[s]` will set the current assignees as the default for future PRs for this repo and language 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.
dependabot-preview[bot] commented 6 years ago

Superseded by #131.