Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore(deps-dev): Bump the tools_phpunit_dependencies group in /tools/01_phpunit with 3 updates #2543

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2023

Bumps the tools_phpunit_dependencies group in /tools/01_phpunit with 3 updates: phpunit/phpunit, symfony/browser-kit and symfony/phpunit-bridge.

Updates phpunit/phpunit from 10.0.19 to 10.4.2

Changelog

Sourced from phpunit/phpunit's changelog.

10.4.2 - 2023-10-26

Fixed

  • #5048: Methods that return never cannot be doubled

10.4.1 - 2023-10-08

Fixed

  • #5534: Cache for generated Test Double code was not updated for Test Stub and Mock Object distinction

10.4.0 - 2023-10-06

Added

  • #5441: Baseline for E_(USER_)DEPRECATED, E_(USER_)NOTICE, E_STRICT, and E_(USER_)WARNING
  • #5462: Support for multiple arguments
  • #5471: assertFileMatchesFormat() and assertFileMatchesFormatFile()
  • #5515: PHPUnit\Runner\Extension\Facade::requireExportOfObjects() so that test runner extensions can indicate that they require the export of objects for events such as Test\AssertionSucceeded and Test\AssertionFailed
  • Test\PreparationFailed event
  • Attribute id attribute for testCaseMethod elements in the XML document generated by --list-tests-xml

Changed

  • #5505: Improve the failure description of StringContains-based assertions when the strings are encoded differently
  • #5515: The Test\AssertionSucceeded and Test\AssertionFailed events are always emitted again
  • #5515: --log-events-verbose-text enables the export of non-scalar values for the Test\AssertionSucceeded and Test\AssertionFailed events
  • #5524: Do not export data passed to test for PHPUnit\Event\Code\TestMethod value object by default
  • #5526: Do not limit number of columns to 80 on non-interactive TTY
  • Exceptions thrown by third-party event subscribers are now reported as test runner warnings
  • The name of the top-level test suite that is created when a directory or file path is passed as an argument to the test runner is now CLI Arguments
  • Simplified the failure description for assertInstanceOf() and assertNotInstanceOf()
  • Simplified the failure description for assertJson()
  • The --enforce-time-limit CLI option and the enforceTimeLimit XML configuration file attribute no longer affect the running of PHPT tests
  • The @codeCoverageIgnore, @codeCoverageIgnoreStart, and @codeCoverageIgnoreEnd annotations are no longer deprecated

Deprecated

  • #5472: TestCase::assertStringNotMatchesFormat() and TestCase::assertStringNotMatchesFormatFile() (these methods only have a @deprecated annotation for now; using these methods will trigger a deprecation warning in PHPUnit 11; these methods will be removed in PHPUnit 12)
  • #5481: dataSet attribute for testCaseMethod elements in the XML document generated by --list-tests-xml (the attribute will not be generated anymore starting with PHPUnit 11)
  • #5513: IgnoreClassForCodeCoverage, IgnoreMethodForCodeCoverage, and IgnoreFunctionForCodeCoverage attributes (these attributes will be removed in PHPUnit 11)
  • PHPUnit\TextUI\Configuration\Configuration::cliArgument() and PHPUnit\TextUI\Configuration\Configuration::hasCliArgument()
  • PHPUnit\Framework\Constraint\Constraint::exporter()
Commits

Updates symfony/browser-kit from 6.3.8 to 7.0.0

Release notes

Sourced from symfony/browser-kit's releases.

v7.0.0

Changelog (symfony/browser-kit@v7.0.0-RC2...v7.0.0)

  • no significant changes

v7.0.0-RC1

Changelog (symfony/browser-kit@v7.0.0-BETA3...v7.0.0-RC1)

  • no significant changes

v7.0.0-BETA3

Changelog (symfony/browser-kit@v7.0.0-BETA2...v7.0.0-BETA3)

  • no significant changes

v7.0.0-BETA1

Changelog (symfony/browser-kit@v6.3.6...v7.0.0-BETA1)

v6.4.0

Changelog (symfony/browser-kit@v6.4.0-RC2...v6.4.0)

  • no significant changes

v6.4.0-RC1

Changelog (symfony/browser-kit@v6.4.0-BETA3...v6.4.0-RC1)

  • no significant changes

v6.4.0-BETA3

Changelog (symfony/browser-kit@v6.4.0-BETA2...v6.4.0-BETA3)

  • no significant changes

v6.4.0-BETA1

Changelog (symfony/browser-kit@v6.3.6...v6.4.0-BETA1)

Changelog

Sourced from symfony/browser-kit's changelog.

CHANGELOG

6.4

  • Add argument $serverParameters to AbstractBrowser::click() and AbstractBrowser::clickLink()

6.3

  • Add AbstractBrowser::useHtml5Parser()

6.1

  • Add toArray method to Response

5.3

  • Added jsonRequest method to AbstractBrowser
  • Allowed sending a body with GET requests when a content-type is defined

5.2.0

  • [BC BREAK] Request parameters are now casted to string in Request::__construct().

4.3.0

  • Added PHPUnit constraints: BrowserCookieValueSame and BrowserHasCookie
  • Added HttpBrowser, an implementation of a browser with the HttpClient component
  • Renamed Client to AbstractBrowser
  • Marked Response final.
  • Deprecated Response::buildHeader()
  • Deprecated Response::getStatus(), use Response::getStatusCode() instead

4.2.0

  • The method Client::submit() will have a new $serverParameters argument in version 5.0, not defining it is deprecated
  • Added ability to read the "samesite" attribute of cookies using Cookie::getSameSite()

3.4.0

  • [BC BREAK] Client will skip redirects during history navigation

... (truncated)

Commits
  • c53a6e9 clean up method argument handling
  • e77088a Merge branch '6.4' into 7.0
  • a3bb210 Merge branch '6.3' into 6.4
  • 6c93de1 Merge branch '6.4' into 7.0
  • 3f5752f [BrowserKit] add serverParameters to click and clickLink method
  • 82a079f Add types to public and protected properties
  • d05a889 Merge branch '6.4' into 7.0
  • a747429 More short closures + isset instead of null checks + etc.
  • f49be6a Merge branch '6.4' into 7.0
  • f6397b7 Add types to private and internal properties
  • Additional commits viewable in compare view

Updates symfony/phpunit-bridge from 6.3.8 to 7.0.0

Release notes

Sourced from symfony/phpunit-bridge's releases.

v7.0.0

Changelog (symfony/phpunit-bridge@v7.0.0-RC2...v7.0.0)

  • no significant changes

v7.0.0-RC1

Changelog (symfony/phpunit-bridge@v7.0.0-BETA3...v7.0.0-RC1)

  • no significant changes

v7.0.0-BETA3

Changelog (symfony/phpunit-bridge@v7.0.0-BETA2...v7.0.0-BETA3)

  • no significant changes

v7.0.0-BETA2

Changelog (symfony/phpunit-bridge@v7.0.0-BETA1...v7.0.0-BETA2)

v7.0.0-BETA1

Changelog (symfony/phpunit-bridge@v6.3.6...v7.0.0-BETA1)

v6.4.0

Changelog (symfony/phpunit-bridge@v6.4.0-RC2...v6.4.0)

  • no significant changes

v6.4.0-RC1

Changelog (symfony/phpunit-bridge@v6.4.0-BETA3...v6.4.0-RC1)

  • no significant changes

v6.4.0-BETA3

Changelog (symfony/phpunit-bridge@v6.4.0-BETA2...v6.4.0-BETA3)

  • no significant changes

v6.4.0-BETA2

Changelog (symfony/phpunit-bridge@v6.4.0-BETA1...v6.4.0-BETA2)

v6.4.0-BETA1

Changelog (symfony/phpunit-bridge@v6.3.6...v6.4.0-BETA1)

  • no significant changes
Commits
  • 5092bc7 Merge branch '6.4' into 7.0
  • 36bc5bc Merge branch '6.3' into 6.4
  • 634ca9c Merge branch '6.4' into 7.0
  • 0470bb7 feature #52193 [PhpUnitBridge] Allow setting the locale using SYMFONY_PHPUNIT...
  • 17e9372 [PhpUnitBridge] Allow setting the locale using SYMFONY_PHPUNIT_LOCALE env var
  • 11708b2 Merge branch '6.4' into 7.0
  • 447e284 Partially revert "DX: PHP CS Fixer - update excluded paths and apply some min...
  • e3bd13f Merge branch '6.4' into 7.0
  • e9c9f0e DX: PHP CS Fixer - update excluded paths and apply some minor CS
  • 09e906f [PhpUnitBridge] Add some more native types
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the tools_phpunit_dependencies group in /tools/01_phpunit with 3 updates: [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit), [symfony/browser-kit](https://github.com/symfony/browser-kit) and [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge).


Updates `phpunit/phpunit` from 10.0.19 to 10.4.2
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.4.2/ChangeLog-10.4.md)
- [Commits](sebastianbergmann/phpunit@10.0.19...10.4.2)

Updates `symfony/browser-kit` from 6.3.8 to 7.0.0
- [Release notes](https://github.com/symfony/browser-kit/releases)
- [Changelog](https://github.com/symfony/browser-kit/blob/7.0/CHANGELOG.md)
- [Commits](symfony/browser-kit@v6.3.8...v7.0.0)

Updates `symfony/phpunit-bridge` from 6.3.8 to 7.0.0
- [Release notes](https://github.com/symfony/phpunit-bridge/releases)
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/6.3/CHANGELOG.md)
- [Commits](symfony/phpunit-bridge@v6.3.8...v7.0.0)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tools_phpunit_dependencies
- dependency-name: symfony/browser-kit
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: tools_phpunit_dependencies
- dependency-name: symfony/phpunit-bridge
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: tools_phpunit_dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 30, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2023

Superseded by #2558.

@dependabot dependabot bot closed this Dec 4, 2023
@dependabot dependabot bot deleted the dependabot/composer/tools/01_phpunit/tools_phpunit_dependencies-2432095cca branch December 4, 2023 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants