-
-
Notifications
You must be signed in to change notification settings - Fork 166
PHPUnit 11 #2039
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
PHPUnit 11 #2039
Conversation
composer.lockPacka 10000 ge changes
Dev Package changes
Settings · Docs · Powered by Private Packagist |
@@ -76,13 +76,12 @@ | |||
"require-dev": { | |||
"ext-simplexml": "*", | |||
"fidry/makefile": "^1.0", | |||
"helmich/phpunit-json-assert": "^3.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems to be unused
requireCoverageMetadata="true" | ||
displayDetailsOnPhpunitDeprecations="true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just show details in CI so I as developer could see the reason why build is failed
|
||
protected function setUp(): void | ||
{ | ||
$this->testSubject = $this->getMockBuilder(AbstractValueToNullReturnValue::class) | ||
->disableOriginalConstructor() | ||
->getMockForAbstractClass(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
e2a5330
to
cf232ec
Compare
This PR updates PHPUnit to the 11.5 and fixes some deprecation notes.