Skip to content

Commit

Permalink
remove forgotten dd
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiethorpe authored Nov 1, 2024
1 parent 3da582a commit bc011ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Routing/RoutingRouteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2001,7 +2001,6 @@ public function testImplicitBindingsWithOptionalParameterUsingEnumIsAlwaysCasted
$router->get('foo/{bar?}', [
'middleware' => SubstituteBindings::class,
'uses' => function (?\Illuminate\Tests\Routing\CategoryBackedEnum $bar = null) {
// dd($bar);
$this->assertInstanceOf(CategoryBackedEnum::class, $bar);
},
]);
Expand Down

0 comments on commit bc011ed

Please sign in to comment.