File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 3838test ('dispatch MilestoneRelease ' , function () {
3939 $ repo = Repository::factory ()->create ();
4040 Storage::fake ();
41- Storage::createDirectory ($ repo ->snapshotDir (). '/snapshot1 ' );
42- Storage::createDirectory ($ repo ->snapshotDir (). '/snapshot2 ' );
41+ Storage::createDirectory ($ repo ->snapshotDir ().'/snapshot1 ' );
42+ Storage::createDirectory ($ repo ->snapshotDir ().'/snapshot2 ' );
4343 Bus::fake (SyncRepository::class);
4444 MilestoneRelease::dispatch ($ repo );
4545 Bus::assertDispatched (SyncRepository::class);
46- Storage::assertMissing ($ repo ->snapshotDir (). '/snapshot1 ' );
47- Storage::assertMissing ($ repo ->snapshotDir (). '/snapshot2 ' );
46+ Storage::assertMissing ($ repo ->snapshotDir ().'/snapshot1 ' );
47+ Storage::assertMissing ($ repo ->snapshotDir ().'/snapshot2 ' );
4848});
Original file line number Diff line number Diff line change 66use App \Listeners \CleanRepository ;
77use App \Listeners \ProcessRepositoryUpstream ;
88use App \Models \Repository ;
9- use Illuminate \Http \UploadedFile ;
109use Illuminate \Process \PendingProcess ;
1110use Illuminate \Support \Facades \Event ;
1211use Illuminate \Support \Facades \Process ;
You can’t perform that action at this time.
0 commit comments