We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da50d2 commit f70c155Copy full SHA for f70c155
dev/tests/integration/testsuite/Magento/Catalog/Model/ProductPriceTest.php
@@ -79,7 +79,7 @@ public function testSetGetFinalPrice()
79
* @magentoDataFixture Magento/Catalog/_files/product_with_options.php
80
* @return void
81
*/
82
- public function testGetMinPrice() : void
+ public function testGetMinPrice(): void
83
{
84
$productRepository = Bootstrap::getObjectManager()->create(ProductRepositoryInterface::class);
85
$product = $productRepository->get('simple');
0 commit comments