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

[Conductor] Update all of phpunit #1514

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

private-packagist[bot]
Copy link
Contributor

This PR was automatically generated by Conductor.

The PR contains the changes generated by running the following command:

composer update --with-all-dependencies --minimal-changes phpunit/php-code-coverage:11.0.9 phpunit/phpunit:11.5.12

Changelog

phpunit/php-code-coverage (Source: GitHub Releases))

11.0.9

Changed

  • Changed version identifier for static analysis cache from "MD5 over source code" to Version::id()
  • The SebastianBergmann\CodeCoverage\Filter::includeUncoveredFiles() and SebastianBergmann\CodeCoverage\Filter::excludeUncoveredFiles() methods are no longer deprecated

Fixed

  • #1063: HTML report highlights argument named fn differently than other named arguments

11.0.8

Changed

  • #1054: Use click event for toggling "tests covering this line" popover in HTML report
phpunit/phpunit (Source: GitHub Releases))

11.5.12

Fixed

  • #5976: TestDox result printer does not display details about errors triggered in before-first-test and after-last-test methods

How to install or update PHPUnit

11.5.11

Fixed

  • #6142: $expected and $actual are mixed up in failure description when assertJsonFileEqualsJsonFile() fails

How to install or update PHPUnit

11.5.10

Fixed

  • #6138: Test with failed expectation on value passed to mocked method is incorrectly considered risky

How to install or update PHPUnit

11.5.9

Fixed

  • #6134: Missing event when child process ends unexpectedly

How to install or update PHPUnit

11.5.8

Fixed

  • A Test\PreparationFailed event is now emitted in addition to a Test\Errored event when an unexpected exception is triggered in a before-test method
  • A Test\Passed event is no longer emitted in addition to a Test\Failed or Test\Errored event when an assertion failure or an unexpected exception is triggered in an after-test method
  • A TestSuite\Finished event is now emitted when a before-first-test method errors

How to install or update PHPUnit

11.5.7

Changed

  • #5951: The includeUncoveredFiles configuration option is no longer deprecated
  • #6117: Include source location information for issues triggered during test in --debug output
  • #6119: Improve message for errors that occur while parsing attributes
  • #6120: Allow negative priorities for hook methods

How to install or update PHPUnit

11.5.6

Changed

  • #6112: Improve performance of SourceMapper

Fixed

  • #6115: Backed enumerations with values not of type string cannot be used in customized TestDox output

How to install or update PHPUnit

11.5.5

Changed

  • Do not skip execution of test that depends on a test that is larger than itself

How to install or update PHPUnit

11.5.4

Changed

  • #5958: Support for #[CoversTrait] and #[UsesTrait] attributes is no longer deprecated
  • #5960: Support for targeting trait methods with the #[CoversMethod] and #[UsesMethod] attributes is no longer deprecated

Fixed

  • #6103: Output from test run in separate process is printed twice
  • #6109: Skipping a test in a before-class method crashes JUnit XML logger
  • #6111: Deprecations cause SourceMapper to scan all <source/> files

How to install or update PHPUnit

11.5.3

Added

  • Test\AfterLastTestMethodErrored, Test\AfterTestMethodErrored, Test\BeforeTestMethodErrored, Test\PostConditionErrored, and Test\PreConditionErrored events

Fixed

  • #6093: Test Double Code Generator does not work when PHPUnit is used from PHAR on PHP 8.4
  • #6094: Errors in after-last-test methods are not reported
  • #6095: Expectation is not counted correctly when a doubled method is called more often than is expected
  • #6096: --list-tests-xml is broken when a group with a numeric name is defined
  • #6098: No system-out element in JUnit XML logfile
  • #6100: Suppressed deprecations incorrectly stop test execution when execution should be stopped on deprecation

How to install or update PHPUnit

11.5.2

Fixed

  • #6082: assertArrayHasKey(), assertArrayNotHasKey(), arrayHasKey(), and ArrayHasKey::__construct() do not support all possible key types
  • #6087: --migrate-configuration does not remove beStrictAboutTodoAnnotatedTests attribute from XML configuration file

How to install or update PHPUnit

11.5.1

Added

  • #6081: DefaultResultCache::mergeWith() for merging result cache instances

Fixed

  • #6066: TeamCity logger does not handle error/skipped events in before-class methods correctly

How to install or update PHPUnit

Task options

  • Rebase - Conductor recreates the update commit and overwrites all additional changes made in this branch.
  • Details
  • Skip - Conductor won't attempt to update the dependency to this exact version again
  • All Tasks
  • Settings
  • Docs

If you close the PR, the task will be skipped and Conductor will schedule the next task. Clicking the "Skip" button in the UI has the same effect. Conductor won't attempt to update the dependency to this exact version again but it will schedule updates to newer versions.


Powered by Private Packagist

…-code-coverage:11.0.9 phpunit/phpunit:11.5.12
Copy link
Contributor Author

composer.lock

Dev Package changes

Package Operation From To About
myclabs/deep-copy upgrade 1.12.1 1.13.0 diff
nikic/php-parser upgrade v5.3.1 v5.4.0 diff
phpunit/php-code-coverage upgrade 11.0.7 11.0.9 diff
phpunit/phpunit upgrade 11.5.0 11.5.12 diff
sebastian/code-unit upgrade 3.0.1 3.0.2 diff
sebastian/comparator upgrade 6.2.1 6.3.1 diff

Settings · Docs · Powered by Private Packagist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants