Skip to content

Commit 8ef5f19

Browse files
committed
MAGETWO-85755: Enable metrics validation and run benchmark in multithread mode for PAT
1 parent d0a6b5b commit 8ef5f19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup/src/Magento/Setup/Test/Unit/Fixtures/CustomersFixtureTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ public function setUp()
6868
);
6969

7070
$this->collectionFactoryMock = $this->getMock(
71-
\Magento\Customer\Model\ResourceModel\Customer\CollectionFactory::class,
71+
\Magento\Customer\Model\ResourceModel\Customer\CollectionFactory::class,
7272
['create'],
7373
[],
7474
'',
7575
false
76-
);
76+
);
7777

7878
$this->collectionMock = $this->getMock(
7979
\Magento\Customer\Model\ResourceModel\Customer\Collection::class,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function testLoad()
6767
['order_configurable_product_count_from'],
6868
['order_big_configurable_product_count_to'],
6969
['order_big_configurable_product_count_from'],
70-
['order_quotes_enable',]
70+
['order_quotes_enable']
7171
)->willReturn(1);
7272
$this->assertSame($expectedResult, $this->fixture->load()->getData());
7373
}

0 commit comments

Comments
 (0)