Skip to content

Commit 171b973

Browse files
committed
ITT: Laravel few versions support markers added.
1 parent ad28fe1 commit 171b973

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Asserts/ScheduleAsserts.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ protected function seeInSchedule($command, $expression, $runInBackground = false
3131
$expression = $this->normalizeScheduleExpression(clone $event, $expression);
3232
$this->assertEquals($expression, $event->expression, $message);
3333

34+
/** @laravel-versions */
3435
if (isset($event->runInBackground)) {
3536
$message = "Failed asserting that command `{$command}` is scheduled with the same `run in background` mode.";
3637
$this->assertEquals($runInBackground, $event->runInBackground, $message);

0 commit comments

Comments
 (0)