Skip to content

Commit

Permalink
Merge branch '5.4' into 6.3
Browse files Browse the repository at this point in the history
* 5.4:
  fix typo
  CS fix
  [Serializer] Keep stack trace for enum value denormalizer error
  [Serializer] Fix partial denormalization with missing constructor arguments
  [Serializer] Moves dummy to fixtures folder
  • Loading branch information
xabbuh committed Dec 19, 2023
2 parents 1b7f8aa + b3f7721 commit 03b09e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/DeprecationErrorHandler/DeprecationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ private static function removeDir($dir)
rmdir($dir);
}

public static function setupBeforeClass(): void
public static function setUpBeforeClass(): void
{
foreach (get_declared_classes() as $class) {
if ('C' === $class[0] && 0 === strpos($class, 'ComposerAutoloaderInit')) {
Expand Down

0 comments on commit 03b09e6

Please sign in to comment.