Skip to content

Commit 26ff165

Browse files
CS fix
1 parent a6d7d82 commit 26ff165

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/Store/MongoDbStoreFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626
class MongoDbStoreFactoryTest extends TestCase
2727
{
28-
public static function setupBeforeClass(): void
28+
public static function setUpBeforeClass(): void
2929
{
3030
if (!class_exists(Client::class)) {
3131
throw new SkippedTestSuiteError('The mongodb/mongodb package is required.');

Tests/Store/MongoDbStoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class MongoDbStoreTest extends AbstractStoreTestCase
3030
{
3131
use ExpiringStoreTestTrait;
3232

33-
public static function setupBeforeClass(): void
33+
public static function setUpBeforeClass(): void
3434
{
3535
if (!class_exists(Client::class)) {
3636
throw new SkippedTestSuiteError('The mongodb/mongodb package is required.');

0 commit comments

Comments
 (0)