We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd4503 commit f3b4822Copy full SHA for f3b4822
src/Symfony/Component/Lock/Bridge/DynamoDb/Tests/Functional/Store/DynamoDbStoreTest.php
@@ -27,7 +27,7 @@ public static function setUpBeforeClass(): void
27
}
28
29
$store = new DynamoDbStore(getenv('LOCK_DYNAMODB_DSN'));
30
- $store->createTable();
+ (new \ReflectionMethod(DynamoDbStore::class, 'createTable'))->invoke($store);
31
32
33
protected function getStore(): PersistingStoreInterface
0 commit comments