Skip to content

Commit f2a619e

Browse files
AC-15496: PHPUnit 12 Upgrade | Static Failure Fix
1 parent 4991be0 commit f2a619e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/WebapiAsync/Test/Unit/Controller/Rest/Asynchronous/InputParamsResolverTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ public function testResolveAsyncBulk(): void
125125
public function testResolveAsync(
126126
array $requestData,
127127
string $expectedExceptionMessage
128-
): void
129-
{
128+
): void {
130129
$this->webapiInputParamsResolverMock->expects($this->once())
131130
->method('resolve')
132131
->willReturn($requestData);

0 commit comments

Comments
 (0)