diff --git a/tests/Functional/WorkflowTest.php b/tests/Functional/WorkflowTest.php index 4457e54..e1ccf31 100644 --- a/tests/Functional/WorkflowTest.php +++ b/tests/Functional/WorkflowTest.php @@ -156,9 +156,6 @@ public function testStartAll(): void public function testFailAfterStartAll(): void { $this->checkCountMessages(0, 'async', $this->messageErrorId, 5); - if (\PHP_VERSION_ID >= 70400) { // Bug: email messages fails when sending async with PHP < 7.4 - $this->checkCountMessages(1, 'email', null, 5); - } } /**