Skip to content

Commit

Permalink
Merge branch '6.3' into 6.4
Browse files Browse the repository at this point in the history
* 6.3:
  fix typo
  CS fix
  [Serializer] Keep stack trace for enum value denormalizer error
  add the MailPace transport to the UnsupportedSchemeException
  [Serializer] Fix partial denormalization with missing constructor arguments
  [Serializer] Moves dummy to fixtures folder
  [HttpKernel] Don't validate partially denormalized object
  • Loading branch information
xabbuh committed Dec 19, 2023
2 parents cca5373 + 03b09e6 commit bd0455b
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 bd0455b

Please sign in to comment.