Skip to content

Commit ff56a25

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: fix merge add back setAccessible() for PHP 7 compatibility Update BrevoRequestParser.php [JsonStreamer] Add `include_null_properties` option [Translation] Add `StaticMessage` [Form][PhpUnitBridge] Remove usage of noop `ReflectionProperty::setAccessible()` fix compatibility with different Relay versions [VarDumper][Serializer] Remove require php 8.2 from tests [HttpKernel] Remove outdated phpdoc [Console] Fix JSON description for negatable input flags [JsonStreamer] Allow to access current object when writing
2 parents 0dd824e + 28aba13 commit ff56a25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/Extension/Core/DataTransformer/NumberToLocalizedStringTransformerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,6 @@ public function testRoundMethodKeepsIntegersAsIntegers()
754754
// Use reflection to test the private round() method directly
755755
$reflection = new \ReflectionClass($transformer);
756756
$roundMethod = $reflection->getMethod('round');
757-
$roundMethod->setAccessible(true);
758757

759758
$int = \PHP_INT_MAX - 1;
760759
$result = $roundMethod->invoke($transformer, $int);

0 commit comments

Comments
 (0)