Skip to content

Commit 0d11500

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: fix tests fix merge fix typo Change ProxyCacheWarmer::warmUp signature CS fix [Serializer] Keep stack trace for enum value denormalizer error add the MailPace transport to the UnsupportedSchemeException add the Phrase translation provider to the UnsupportedSchemeException [Serializer] Fix partial denormalization with missing constructor arguments [Serializer] Moves dummy to fixtures folder [HttpKernel] Don't validate partially denormalized object fix(mailjet-smtp): disable tls for mailjet as it should use starttls instead
2 parents 68fec7f + e7be7af commit 0d11500

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)