Skip to content

Commit

Permalink
Merge pull request #10 from gpslab/analysis-zGxj7r
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
peter-gribanov committed Oct 2, 2017
2 parents bb917a4 + 6835269 commit 89b52c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Queue/Subscribe/PredisSubscribeEventQueueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ public function testSubscribeHandlerFailure()
$handler = function ($event) use ($exception) {
$this->assertInstanceOf(Event::class, $event);
$this->assertEquals($this->event, $event);

throw $exception;
};

Expand Down

0 comments on commit 89b52c4

Please sign in to comment.