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 a9e44f0 commit 50cb4b4Copy full SHA for 50cb4b4
tests/system/Helpers/URLHelper/MiscUrlTest.php
@@ -949,7 +949,7 @@ public function testUrlToWithRouteWithNestedParentheses(): void
949
public function testUrlToMissingArgument(): void
950
{
951
$this->expectException(InvalidArgumentException::class);
952
- $this->expectExceptionMessage('Missing argument for "([a-zA-Z]+)" in route "([a-zA-Z]+)/login".');
+ $this->expectExceptionMessage('Missing argument for "(:alpha)" in route "(:alpha)/login".');
953
954
$routes = Services::routes();
955
$routes->group('(:alpha)', static function ($routes): void {
0 commit comments