openimmo
openimmo copied to clipboard
Update phpunit/phpunit requirement from >=7.5 <10 to >=7.5 <11
Updates the requirements on phpunit/phpunit to permit the latest version.
Changelog
Sourced from phpunit/phpunit's changelog.
10.4.2 - 2023-10-26
Fixed
- #5048: Methods that return
nevercannot be doubled10.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, andE_(USER_)WARNING- #5462: Support for multiple arguments
- #5471:
assertFileMatchesFormat()andassertFileMatchesFormatFile()- #5515:
PHPUnit\Runner\Extension\Facade::requireExportOfObjects()so that test runner extensions can indicate that they require the export of objects for events such asTest\AssertionSucceededandTest\AssertionFailedTest\PreparationFailedevent- Attribute
idattribute fortestCaseMethodelements in the XML document generated by--list-tests-xmlChanged
- #5505: Improve the failure description of
StringContains-based assertions when the strings are encoded differently- #5515: The
Test\AssertionSucceededandTest\AssertionFailedevents are always emitted again- #5515:
--log-events-verbose-textenables the export of non-scalar values for theTest\AssertionSucceededandTest\AssertionFailedevents- #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()andassertNotInstanceOf()- Simplified the failure description for
assertJson()- The
--enforce-time-limitCLI option and theenforceTimeLimitXML configuration file attribute no longer affect the running of PHPT tests- The
@codeCoverageIgnore,@codeCoverageIgnoreStart, and@codeCoverageIgnoreEndannotations are no longer deprecatedDeprecated
- #5472:
TestCase::assertStringNotMatchesFormat()andTestCase::assertStringNotMatchesFormatFile()(these methods only have a@deprecatedannotation for now; using these methods will trigger a deprecation warning in PHPUnit 11; these methods will be removed in PHPUnit 12)- #5481:
dataSetattribute fortestCaseMethodelements in the XML document generated by--list-tests-xml(the attribute will not be generated anymore starting with PHPUnit 11)- #5513:
IgnoreClassForCodeCoverage,IgnoreMethodForCodeCoverage, andIgnoreFunctionForCodeCoverageattributes (these attributes will be removed in PHPUnit 11)PHPUnit\TextUI\Configuration\Configuration::cliArgument()andPHPUnit\TextUI\Configuration\Configuration::hasCliArgument()PHPUnit\Framework\Constraint\Constraint::exporter()
Commits
cacd8b9Prepare release31dd76dFix: Keep fixers and options sorted by name4aacfe5Merge branch '9.6' into 10.4c2efd5dMerge branch '8.5' into 9.6cc8c089Fix: Keep fixers and options sorted by namec0063dcFix: Do not configure deprecated fixersc6e79cfTweak TestDox outputa610540Improve test name7752111Finalize test methods73798a8Rename test- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
@dependabot rebase
https://github.com/dependabot rebase
Looks like phpunit/phpunit is no longer updatable, so this is no longer needed.