Skip to content

Commit b429fda

Browse files
committed
resolve conflict
1 parent be5fe83 commit b429fda

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

app/code/Magento/SampleData/Test/Unit/Console/Command/AbstractSampleDataCommandTest.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ abstract class AbstractSampleDataCommandTest extends TestCase
7676
*/
7777
private $appRunResult;
7878

79-
/**
80-
* Creates mocks
81-
*
82-
* @return void
83-
*/
8479
protected function setUp(): void
8580
{
8681
$this->directoryReadMock = $this->getMockForAbstractClass(ReadInterface::class);
@@ -93,8 +88,6 @@ protected function setUp(): void
9388
}
9489

9590
/**
96-
* Sets mocks
97-
*
9891
* @param array $sampleDataPackages Array in form [package_name => version_constraint]
9992
* @param string $pathToComposerJson Fake path to composer.json
10093
* @param int $appRunResult Composer exit code
@@ -190,5 +183,5 @@ protected function setupMocks(
190183
abstract protected function expectedComposerArgumentsSampleDataCommands(
191184
array $sampleDataPackages,
192185
string $pathToComposerJson
193-
) : array;
186+
): array;
194187
}

app/code/Magento/SampleData/Test/Unit/Console/Command/SampleDataDeployCommandTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,9 @@ class SampleDataDeployCommandTest extends AbstractSampleDataCommandTest
2222
*/
2323
private $serializerMock;
2424

25-
/**
26-
* Creates mocks
27-
*
28-
* @return void
29-
*/
3025
protected function setUp(): void
3126
{
3227
parent::setUp();
33-
3428
$this->serializerMock = $this->createMock(Json::class);
3529
}
3630

0 commit comments

Comments
 (0)