get(\Magento\Catalog\Api\ProductRepositoryInterface::class) ->get('custom-design-simple-product'); $this->getRequest()->setParam('id', $product->getId()); $this->dispatch('review/product/listAction'); $result = $this->getResponse()->getBody(); $this->assertNotContains("/frontend/Magento/luma/en_US/", $result); } }