Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Nov 21, 2024
1 parent 2c18b74 commit 009b29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function testInvalid(): void
$this->expectException(ActionException::class);
$this->expectExceptionMessage(
<<<PLAIN
`Chevere\Tests\src\ControllerTestInvalidController` InvalidArgumentException → Parameter `mixed, int, var` must be of type **string** for controller `Chevere\Tests\src\ControllerTestInvalidController`
`Chevere\Tests\src\ControllerTestInvalidController` LogicException → Parameter \$var of type union is not supported
PLAIN
);
$controller = new ControllerTestInvalidController();
Expand Down

0 comments on commit 009b29b

Please sign in to comment.