Skip to content

Commit 4d295a2

Browse files
AC-15182: PHPUnit 12 Upgrade | Refactoring helper classes
1 parent 68753be commit 4d295a2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

lib/internal/Magento/Framework/Test/Unit/Helper/BuyRequestDataObjectTestHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* - setCustomPrice() for direct custom_price manipulation
2323
*
2424
* Used by tests that need precise control over data storage and retrieval.
25-
*
25+
*
2626
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
2727
*/
2828
class BuyRequestDataObjectTestHelper extends DataObject

lib/internal/Magento/Framework/Test/Unit/Helper/JsonResultTestHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* The production code calls setJsonData() for fluent interface, but doesn't use
2020
* the stored data, so we don't need to store it.
21-
*
21+
*
2222
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
2323
*/
2424
class JsonResultTestHelper implements ResultInterface

lib/internal/Magento/Framework/Test/Unit/Helper/PageResultTestHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* Production code calls: addHandle()->getLayout()->getBlock()
2121
* All three methods are required for the fluent interface chain.
22-
*
22+
*
2323
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
2424
*/
2525
class PageResultTestHelper implements ResultInterface

lib/internal/Magento/Framework/Test/Unit/Helper/PageTestHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* This helper extends the concrete Page class to provide
1717
* test-specific functionality without dependency injection issues.
18-
*
18+
*
1919
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
2020
*/
2121
class PageTestHelper extends Page

lib/internal/Magento/Framework/Test/Unit/Helper/RequestInterfaceTestHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* This helper implements RequestInterface to provide
1616
* test-specific functionality without dependency injection issues.
17-
*
17+
*
1818
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
1919
*/
2020
class RequestInterfaceTestHelper implements RequestInterface

0 commit comments

Comments
 (0)