Skip to content

Commit ec87527

Browse files
author
olaru
committed
first commit: update phpunit
Signed-off-by: olaru <olaru@rospace.com>
1 parent 8ddb3c5 commit ec87527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Unit/Page/RoutesDelegatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function testWillInvoke(): void
3232

3333
$container = $this->createStub(ContainerInterface::class);
3434
$app = $this->createMock(Application::class);
35-
35+
//aaa
3636
$app->method('get')->willReturn($this->createStub(Route::class));
3737
$app
3838
->expects($this->exactly(1))

0 commit comments

Comments
 (0)