mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 15:39:50 +00:00
Expanded some tests.
This commit is contained in:
@@ -64,7 +64,7 @@ class ReminderControllerTest extends TestCase
|
||||
$reminder = FactoryMuffin::create('FireflyIII\Models\Reminder');
|
||||
$collection = new Collection([$reminder]);
|
||||
|
||||
$repository = $this->mock('FireflyIII\Repositories\Reminder\ReminderRepositoryInterface\ReminderRepositoryInterface');
|
||||
$repository = $this->mock('FireflyIII\Repositories\Reminder\ReminderRepositoryInterface');
|
||||
|
||||
$repository->shouldReceive('getActiveReminders')->andReturn($collection);
|
||||
$repository->shouldReceive('getExpiredReminders')->andReturn($collection);
|
||||
|
||||
Reference in New Issue
Block a user