Skip to content

Commit 940d549

Browse files
committed
Remove unused mocks
1 parent 87cf157 commit 940d549

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/unit/src/Controllers/Admin/ClientControllerTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ protected function setUp(): void
102102

103103
$this->clientEntityMock = $this->createMock(ClientEntityInterface::class);
104104

105-
$this->queryInputBagMock = $this->createMock(ParameterBag::class);
106-
$this->requestInputBagMock = $this->createMock(ParameterBag::class);
107-
108105
$this->clientFormMock = $this->createMock(ClientForm::class);
109106
$this->formFactoryMock->method('build')->willReturn($this->clientFormMock);
110107
}

0 commit comments

Comments
 (0)