Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
style: cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pactode committed Nov 23, 2020
1 parent 9d0c83a commit b403e5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/SchedulingTasksTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ protected function mockApp()
});

$this->app->instance(Application::class, $app);

return $app;
}

Expand All @@ -46,6 +47,7 @@ public function it_skips_loading_excludes()
->__invoke($schedule)
->never();
});

(new TaskLoader($app))->loadFor($schedule, [BackupDaily::class]);
}

Expand All @@ -60,6 +62,7 @@ public function it_invokes_a_found_task()
->__invoke($schedule)
->once();
});

(new TaskLoader($app))->loadFor($schedule);
}
}

0 comments on commit b403e5b

Please sign in to comment.