Skip to content

Commit e7be7af

Browse files
committed
Merge branch '6.3' into 6.4
* 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
2 parents 49c2d0a + cbcce03 commit e7be7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Store/MongoDbStoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class MongoDbStoreTest extends AbstractStoreTestCase
3535
{
3636
use ExpiringStoreTestTrait;
3737

38-
public static function setupBeforeClass(): void
38+
public static function setUpBeforeClass(): void
3939
{
4040
$manager = self::getMongoManager();
4141
try {

0 commit comments

Comments
 (0)