Skip to content

Commit

Permalink
Delete test no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
hlecorche committed Nov 22, 2024
1 parent eeeefb0 commit a493ce4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Functional/WorkflowTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

/**
Expand Down

0 comments on commit a493ce4

Please sign in to comment.