Skip to content

Commit 26f3f2d

Browse files
AC-15182: PHPUnit 12 Upgrade | Removed Helper Files
1 parent 5887e5f commit 26f3f2d

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

app/code/Magento/Customer/Test/Unit/Helper/CustomerExtensionTestHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,3 @@ public function setCompanyAttributes($companyAttributes)
4141
return $this;
4242
}
4343
}
44-

app/code/Magento/Quote/Test/Unit/Helper/CartExtensionTestHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,3 @@ public function setCompanyId($companyId)
9595
return $this;
9696
}
9797
}
98-

app/code/Magento/Quote/Test/Unit/Helper/CartItemExtensionTestHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,3 @@ public function setNegotiableQuoteItem($negotiableQuoteItem)
4141
return $this;
4242
}
4343
}
44-

app/code/Magento/Quote/Test/Unit/Helper/TotalsExtensionTestHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,3 @@ public function setNegotiableQuoteTotals($totals)
4141
return $this;
4242
}
4343
}
44-

app/code/Magento/Quote/Test/Unit/Helper/TotalsItemExtensionTestHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,3 @@ public function setNegotiableQuoteItemTotals($totals)
4141
return $this;
4242
}
4343
}
44-

0 commit comments

Comments
 (0)