File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
dev/tests/unit/Magento/FunctionalTestFramework/Util Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ class GenerationErrorHandlerTest extends MagentoTestCase
23
23
public function testGetDistinctErrors ()
24
24
{
25
25
$ this ->createMock (MftfApplicationConfig::class)
26
- ->expects ($ this ->once ())
27
26
->method ('getPhase ' )
28
27
->willReturn (MftfApplicationConfig::GENERATION_PHASE );
29
28
@@ -81,7 +80,6 @@ public function testGetDistinctErrors()
81
80
public function testGetErrorsWithSameKey ()
82
81
{
83
82
$ this ->createMock (MftfApplicationConfig::class)
84
- ->expects ($ this ->once ())
85
83
->method ('getPhase ' )
86
84
->willReturn (MftfApplicationConfig::GENERATION_PHASE );
87
85
@@ -165,7 +163,6 @@ public function testGetErrorsWithSameKey()
165
163
public function testGetAllErrorsDuplicate ()
166
164
{
167
165
$ this ->createMock (MftfApplicationConfig::class)
168
- ->expects ($ this ->once ())
169
166
->method ('getPhase ' )
170
167
->willReturn (MftfApplicationConfig::GENERATION_PHASE );
171
168
@@ -336,7 +333,6 @@ public function getAllErrorMessagesDataProvider()
336
333
public function testResetError ()
337
334
{
338
335
$ this ->createMock (MftfApplicationConfig::class)
339
- ->expects ($ this ->once ())
340
336
->method ('getPhase ' )
341
337
->willReturn (MftfApplicationConfig::GENERATION_PHASE );
342
338
You can’t perform that action at this time.
0 commit comments