Skip to content

Commit 8798ee6

Browse files
committed
MAGETWO-85755: Enable metrics validation and run benchmark in multithread mode for PAT
1 parent 66e7fe4 commit 8798ee6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup/src/Magento/Setup/Test/Unit/Fixtures/Quote/QuoteGeneratorTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,6 @@ private function prepareProducts()
214214
->method('getSku')->willReturnOnConsecutiveCalls('sku1', 'sku2', 'sku3', 'sku3', 'sku4', 'sku4');
215215
$product->expects($this->atLeastOnce())
216216
->method('getName')->willReturnOnConsecutiveCalls('name1', 'name2', 'name3', 'name4');
217-
$this->serializer->expects($this->atLeastOnce())
218-
->method('serialize')
219-
->willReturn('a:1:{i:10;i:1;}');
220217
$this->optionRepository->expects($this->atLeastOnce())
221218
->method('getList')
222219
->withConsecutive(['sku3'], ['sku4'])

0 commit comments

Comments
 (0)