Skip to content

Commit c8cf830

Browse files
AC-15182: PHPUnit 12 Upgrade | Removed Helper Files
1 parent 8f65569 commit c8cf830

File tree

3 files changed

+3
-45
lines changed

3 files changed

+3
-45
lines changed

app/code/Magento/Backend/Test/Unit/Helper/ButtonTestHelper.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2025 Adobe
4+
* All Rights Reserved.
55
*/
66
declare(strict_types=1);
77

@@ -54,4 +54,3 @@ public function toHtml()
5454
return $this->htmlCount === 1 ? 'block_html_' : 'another_block_html';
5555
}
5656
}
57-

app/code/Magento/Catalog/Model/Product/AttributeSet/BuildFactory.php

Lines changed: 0 additions & 41 deletions
This file was deleted.

lib/internal/Magento/Framework/TestFramework/Unit/Helper/ObjectManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,4 +393,4 @@ public function prepareObjectManager(array $map = [])
393393
$reflectionProperty->setAccessible(true);
394394
$reflectionProperty->setValue($objectManagerMock, $objectManagerMock);
395395
}
396-
}
396+
}

0 commit comments

Comments
 (0)