diff --git a/tests/ControllerTest.php b/tests/ControllerTest.php index ff292d0..bdd3489 100644 --- a/tests/ControllerTest.php +++ b/tests/ControllerTest.php @@ -26,7 +26,7 @@ public function testInvalid(): void $this->expectException(ActionException::class); $this->expectExceptionMessage( <<