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 49c2d0a + cbcce03 commit e7be7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Store/MongoDbStoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class MongoDbStoreTest extends AbstractStoreTestCase
{
use ExpiringStoreTestTrait;

public static function setupBeforeClass(): void
public static function setUpBeforeClass(): void
{
$manager = self::getMongoManager();
try {
Expand Down

0 comments on commit e7be7af

Please sign in to comment.