You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 7.4:
[HttpKernel] Add `#[IsSignatureValid]` attribute
Introduce `twig-cs-fixer`
[HttpFoundation] Handle error when directory is a file
[FrameworkBundle] Add KernelBrowser::getSession()
[Serializer] Allows to instantiate property when creating a `NotNormalizableValueException`
do not support sensitive option entries
[HttpKernel] Refine ControllerEvent::getAttributes() and ControllerArgumentsEvent::getAttributes() return types
do not try to modify the result of a PhptTestCase
update the PHPUnit configuration
[Lock] Fix package name for DynamoDB
[Lock] DynamoDB store
[Console][QuestionHelper] add optional timeout for human interaction
[Messenger] Introduce `DefaultStampsProviderInterface `
[TwigBridge] Call form_label_content block inside button_widget block
[Config] Add argument $singular to NodeBuilder::arrayNode() to decouple plurals/singulars from XML
chore(http-foundation): add better type information using phpdoc
if ($test->doesNotPerformAssertions() && $assertions > 0) {
274
+
if ($testinstanceof TestCase && $test->doesNotPerformAssertions() && $assertions > 0) {
275
275
$test->getTestResultObject()->addFailure($test, newRiskyTestError(\sprintf('This test is annotated with "@doesNotPerformAssertions", but performed %s assertions', $assertions)), $time);
0 commit comments