We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87cf157 commit 940d549Copy full SHA for 940d549
1 file changed
tests/unit/src/Controllers/Admin/ClientControllerTest.php
@@ -102,9 +102,6 @@ protected function setUp(): void
102
103
$this->clientEntityMock = $this->createMock(ClientEntityInterface::class);
104
105
- $this->queryInputBagMock = $this->createMock(ParameterBag::class);
106
- $this->requestInputBagMock = $this->createMock(ParameterBag::class);
107
-
108
$this->clientFormMock = $this->createMock(ClientForm::class);
109
$this->formFactoryMock->method('build')->willReturn($this->clientFormMock);
110
}
0 commit comments