Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Dec 18, 2023
1 parent a6d7d82 commit 26ff165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Store/MongoDbStoreFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
class MongoDbStoreFactoryTest extends TestCase
{
public static function setupBeforeClass(): void
public static function setUpBeforeClass(): void
{
if (!class_exists(Client::class)) {
throw new SkippedTestSuiteError('The mongodb/mongodb package is required.');
Expand Down
2 changes: 1 addition & 1 deletion Tests/Store/MongoDbStoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class MongoDbStoreTest extends AbstractStoreTestCase
{
use ExpiringStoreTestTrait;

public static function setupBeforeClass(): void
public static function setUpBeforeClass(): void
{
if (!class_exists(Client::class)) {
throw new SkippedTestSuiteError('The mongodb/mongodb package is required.');
Expand Down

0 comments on commit 26ff165

Please sign in to comment.