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 4ef68f6 commit c9529eeCopy full SHA for c9529ee
tests/Unit/Schema/Types/Scalars/DateScalarTest.php
@@ -48,8 +48,8 @@ public function testConvertsCarbonCarbonToIlluminateSupportCarbon(): void
48
49
public function testConvertsCarbonCarbonImmutableToIlluminateSupportCarbon(): void
50
{
51
- // TODO remove when we stop supporting Laravel 5.6
52
- if (! class_exists('\Illuminate\Support\Carbon')) {
+ // TODO remove when we stop supporting Laravel 5.7
+ if (! class_exists('\Carbon\CarbonImmutable')) {
53
$this->markTestSkipped('CarbonImmutable is not available with older Laravel versions');
54
}
55
0 commit comments