Skip to content

Commit e555b13

Browse files
committed
Reverting all previously renamed files
1 parent 2e433f2 commit e555b13

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/**
1313
* @magentoAppArea frontend
1414
*/
15-
class FixedBundleWithCatalogPriceRuleCalculator
15+
class FixedBundleWithCatalogPriceRuleCalculatorTest extends BundlePriceAbstract
1616
{
1717
/**
1818
* @param array $strategyModifiers
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @group indexer_dimension
2323
* Test price rendering according to is_product_list flag for Configurable product
2424
*/
25-
class RenderingBasedOnIsProductListFlagWithDimension
25+
class RenderingBasedOnIsProductListFlagWithDimensionTest extends \PHPUnit\Framework\TestCase
2626
{
2727
/**
2828
* @var ProductInterface

dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/PriceFilter.php renamed to dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/PriceFilterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @magentoAppIsolation enabled
1919
* @magentoDbIsolation disabled
2020
*/
21-
class PriceFilter
21+
class PriceFilterTest extends CategoryPriceFilterTest
2222
{
2323
/**
2424
* @magentoDataFixture Magento/Catalog/_files/category_with_three_products.php

0 commit comments

Comments
 (0)