Skip to content

Commit 72facef

Browse files
committed
#33334:Inheriting from a class that doesn't exist
- Renamed Test class according to the recommendations.
1 parent 33914c1 commit 72facef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/Test/Unit/Pricing/Price/BundlePriceTest.php renamed to app/code/Magento/Bundle/Test/Unit/Pricing/Price/ConfiguredPriceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* Test for \Magento\Bundle\Pricing\Price\ConfiguredPrice
3030
*/
31-
class BundlePriceTest extends TestCase
31+
class ConfiguredPriceTest extends TestCase
3232
{
3333
/**
3434
* @var float

0 commit comments

Comments
 (0)