From 0db441b9495b168eadf8a5aa8e278bddc8e0694d Mon Sep 17 00:00:00 2001 From: markhuot Date: Wed, 29 Nov 2023 00:07:38 -0500 Subject: [PATCH] debugging --- tests/RouteTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/RouteTest.php b/tests/RouteTest.php index 309fe1e..1506b1b 100644 --- a/tests/RouteTest.php +++ b/tests/RouteTest.php @@ -86,6 +86,8 @@ }); it('moves a component', function () { + $this->withoutExceptionHandling(); + $components = Component::factory() ->type('keystone/section') ->elementId(Entry::factory()->section('pages')->create()->id)