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 03cdbc6 commit ce07d35Copy full SHA for ce07d35
app/code/Magento/CatalogUrlRewrite/Test/Unit/Observer/UrlRewriteHandlerTest.php
@@ -167,14 +167,6 @@ public function testGenerateProductUrlRewrites()
167
[$this->equalTo('save_rewrites_history')] => true,
168
[$this->equalTo('initial_setup_flag')] => null
169
});
170
-// ->withConsecutive(
171
-// [$this->equalTo('save_rewrites_history')],
172
-// [$this->equalTo('initial_setup_flag')]
173
-// )
174
-// ->willReturnOnConsecutiveCalls(
175
-// true,
176
-// null
177
-// );
178
179
/* @var \Magento\Catalog\Model\Category|MockObject $childCategory1 */
180
$childCategory1 = $this->getMockBuilder(Category::class)
0 commit comments