Skip to content

Commit 01cd455

Browse files
committed
MAGETWO-84967: Set auto increment to 3 for Performance test plan
1 parent 2851b71 commit 01cd455

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

dev/tests/integration/testsuite/Magento/Setup/Console/Command/GenerateFixturesCommandTest.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,7 @@ public function setUp()
8484
*/
8585
private function getEdition()
8686
{
87-
if (file_exists(BP . '/setup/performance-toolkit/profiles/b2b/small.xml')) {
88-
return 'b2b';
89-
} elseif (file_exists(BP . '/setup/performance-toolkit/profiles/ee/small.xml')) {
90-
return 'ee';
91-
} else {
92-
return 'ce';
93-
}
87+
return trim(file_get_contents(__DIR__ . '/_files/edition'));
9488
}
9589

9690
/**
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ce

0 commit comments

Comments
 (0)