Skip to content

Commit d0eae92

Browse files
committed
ITT: Simplified.
1 parent ee5ae02 commit d0eae92

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/Asserts/ScheduleAssertsTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

33
use Illuminate\Console\Scheduling\Schedule;
4-
use Illuminate\Contracts\Console\Kernel;
54
use Illuminated\Testing\Asserts\ScheduleAsserts;
65

76
class ScheduleAssertsTest extends TestCase
@@ -12,8 +11,6 @@ protected function resolveApplicationConsoleKernel($app)
1211
{
1312
parent::resolveApplicationConsoleKernel($app);
1413

15-
app(Kernel::class);
16-
1714
$this->createSampleSchedule();
1815
}
1916

0 commit comments

Comments
 (0)