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 23f57a5 commit fad9460Copy full SHA for fad9460
tests/Acceptance/Extra/Activity/ActivityInfoTest.php
@@ -22,8 +22,6 @@ public static function retryPolicy(
22
#[Stub('Extra_Activity_ActivityInfo', args: [TestWorkflow::ARG_RETRY_OPTIONS])]
23
WorkflowStubInterface $stub,
24
): void {
25
- self::markTestSkipped('See https://github.com/temporalio/sdk-php/issues/602');
26
-
27
$result = $stub->getResult(type: 'array');
28
self::assertSame([
29
"initial_interval" => ['seconds' => 1, 'nanos' => 0],
0 commit comments