Skip to content

Commit 7bb21fe

Browse files
committed
34441: fix unit tests to be compatible with php 8.1
- fix static tests
1 parent a8dbc2d commit 7bb21fe

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/Contact/Test/Unit/Controller/Index

1 file changed

+0
-1
lines changed

app/code/Magento/Contact/Test/Unit/Controller/Index/PostTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ public function testExecutePostValidation($postData): void
150150
->method('set')
151151
->with('contact_us', $postData);
152152

153-
154153
$this->controller->execute();
155154
}
156155

0 commit comments

Comments
 (0)