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 74012e8 commit 6046b18Copy full SHA for 6046b18
tests/RetryOnExceptionTest.php
@@ -77,7 +77,7 @@ private function retryTest(Table $table)
77
throw new RetryableException('Test exception');
78
}
79
self::assertEquals(5, $i);
80
- }, [
+ }, null, null, [
81
'idempotent' => true,
82
'callback_on_error' => function (\Exception $exception) use (&$i) {$i=5;}
83
]);
0 commit comments