Skip to content

Commit 4996128

Browse files
committed
* Add possibility to save exceptions in file
1 parent eef5e6f commit 4996128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/Processor/JobProcessorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function testProcess()
7575
->willReturn($result)
7676
;
7777

78-
$this->repository
78+
$this->jobGateway
7979
->expects($this->exactly(2))
8080
->method('save')
8181
;

0 commit comments

Comments
 (0)