mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Fix tests
This commit is contained in:
@@ -74,7 +74,7 @@ class VersionCheckEventHandlerTest extends TestCase
|
||||
|
||||
// request thing:
|
||||
$request->shouldReceive('call')->once()->andThrow(new FireflyException('Errrr'));
|
||||
$request->shouldReceive('getReleases')->once();
|
||||
$request->shouldNotReceive('getReleases');
|
||||
|
||||
|
||||
$handler = new VersionCheckEventHandler;
|
||||
|
Reference in New Issue
Block a user