File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed
app/code/Magento/SampleData/Test/Unit/Console/Command Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -76,11 +76,6 @@ abstract class AbstractSampleDataCommandTest extends TestCase
76
76
*/
77
77
private $ appRunResult ;
78
78
79
- /**
80
- * Creates mocks
81
- *
82
- * @return void
83
- */
84
79
protected function setUp (): void
85
80
{
86
81
$ this ->directoryReadMock = $ this ->getMockForAbstractClass (ReadInterface::class);
@@ -93,8 +88,6 @@ protected function setUp(): void
93
88
}
94
89
95
90
/**
96
- * Sets mocks
97
- *
98
91
* @param array $sampleDataPackages Array in form [package_name => version_constraint]
99
92
* @param string $pathToComposerJson Fake path to composer.json
100
93
* @param int $appRunResult Composer exit code
@@ -190,5 +183,5 @@ protected function setupMocks(
190
183
abstract protected function expectedComposerArgumentsSampleDataCommands (
191
184
array $ sampleDataPackages ,
192
185
string $ pathToComposerJson
193
- ) : array ;
186
+ ): array ;
194
187
}
Original file line number Diff line number Diff line change @@ -22,15 +22,9 @@ class SampleDataDeployCommandTest extends AbstractSampleDataCommandTest
22
22
*/
23
23
private $ serializerMock ;
24
24
25
- /**
26
- * Creates mocks
27
- *
28
- * @return void
29
- */
30
25
protected function setUp (): void
31
26
{
32
27
parent ::setUp ();
33
-
34
28
$ this ->serializerMock = $ this ->createMock (Json::class);
35
29
}
36
30
You can’t perform that action at this time.
0 commit comments