We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5ae02 commit d0eae92Copy full SHA for d0eae92
tests/Asserts/ScheduleAssertsTest.php
@@ -1,7 +1,6 @@
1
<?php
2
3
use Illuminate\Console\Scheduling\Schedule;
4
-use Illuminate\Contracts\Console\Kernel;
5
use Illuminated\Testing\Asserts\ScheduleAsserts;
6
7
class ScheduleAssertsTest extends TestCase
@@ -12,8 +11,6 @@ protected function resolveApplicationConsoleKernel($app)
12
11
{
13
parent::resolveApplicationConsoleKernel($app);
14
15
- app(Kernel::class);
16
-
17
$this->createSampleSchedule();
18
}
19
0 commit comments