Skip to content

Commit

Permalink
include PHP version 70400
Browse files Browse the repository at this point in the history
  • Loading branch information
othillo committed Mar 6, 2020
1 parent 66974b3 commit cd8783b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Broadway/EventStore/Testing/EventStoreTest.php
Expand Up @@ -115,7 +115,7 @@ public function it_throws_an_exception_when_an_id_cannot_be_converted_to_a_strin
'Yolntbyaac' //You only live nine times because you are a cat
);

if (PHP_VERSION_ID > 70400) {
if (PHP_VERSION_ID >= 70400) {
$this->expectException(\Throwable::class);
} else {
$this->expectException(Error::class);
Expand Down

0 comments on commit cd8783b

Please sign in to comment.