From 744c2b0c86b88f77e681f8660bf3a476e83711b8 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 27 Jan 2021 13:56:28 +0300 Subject: Move temporal plugin to the temporal repository --- tests/temporal/Workflow/WorkflowWithSequence.php | 30 ------------------------ 1 file changed, 30 deletions(-) delete mode 100644 tests/temporal/Workflow/WorkflowWithSequence.php (limited to 'tests/temporal/Workflow/WorkflowWithSequence.php') diff --git a/tests/temporal/Workflow/WorkflowWithSequence.php b/tests/temporal/Workflow/WorkflowWithSequence.php deleted file mode 100644 index 9e813a9c..00000000 --- a/tests/temporal/Workflow/WorkflowWithSequence.php +++ /dev/null @@ -1,30 +0,0 @@ -withStartToCloseTimeout(5) - ); - - $a = $simple->echo('a'); - $b = $simple->echo('b'); - - yield $a; - yield $b; - - return 'OK'; - } -} -- cgit v1.2.3