Skip to content

Commit 030fee4

Browse files
[Lock] fix test
1 parent b779765 commit 030fee4

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
@@ -32,7 +32,7 @@ class MongoDbStoreTest extends AbstractStoreTest
3232
public static function setupBeforeClass(): void
3333
{
3434
if (!class_exists(\MongoDB\Client::class)) {
35-
$this->markTestSkipped('The mongodb/mongodb package is required.');
35+
self::markTestSkipped('The mongodb/mongodb package is required.');
3636
}
3737

3838
$client = self::getMongoClient();

0 commit comments

Comments
 (0)