Skip to content

Commit 531127b

Browse files
committed
Adjusting/adding tests; Fixes to the changelog; recompiling.
1 parent fa798e9 commit 531127b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/Cli/Router/ConstructTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function testCliRouterConstruct(): void
5151
$actual = $routes[0]->getPattern();
5252
$this->assertSame($expected, $actual);
5353

54-
$expected = "#^(?: )?([a-zA-Z0-9\\_\\-]+) ([a-zA-Z0-9\\.\\_]+)( .*)*$#";
54+
$expected = "#^(?: )?([a-zA-Z0-9\\_\\-]+) ([a-zA-Z0-9\\.\\_]+)( .*)?$#";
5555
$actual = $routes[1]->getPattern();
5656
$this->assertSame($expected, $actual);
5757
}

0 commit comments

Comments
 (0)