Update schedule process to allow toggling/triggering via UI

This commit is contained in:
Dane Everitt
2018-01-08 21:43:10 -06:00
parent 02fe49892d
commit 036bea2b94
18 changed files with 280 additions and 221 deletions

View File

@@ -34,7 +34,7 @@ class CleanServiceBackupFilesCommandTest extends CommandTestCase
{
parent::setUp();
Carbon::setTestNow();
Carbon::setTestNow(Carbon::now());
$this->disk = m::mock(Filesystem::class);
$this->filesystem = m::mock(Factory::class);
$this->filesystem->shouldReceive('disk')->withNoArgs()->once()->andReturn($this->disk);