Skip to content

Commit

Permalink
fix prophecy prediction checks for php 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelbondio committed Mar 13, 2016
1 parent 7718ed2 commit 0774df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/TestCase.php
Expand Up @@ -1004,7 +1004,7 @@ protected function verifyMockObjects()
if ($this->prophet !== null) {
try {
$this->prophet->checkPredictions();
} catch (Throwable $t) {
} catch (Throwable $e) {
/* Intentionally left empty */
} catch (Exception $e) {
/* Intentionally left empty */
Expand Down

0 comments on commit 0774df6

Please sign in to comment.