File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
app/code/Magento/Eav/Test/Unit/Model/ResourceModel/Entity Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,6 @@ public function testSaveSelectDefaultOptionAttribute()
175175 ->onlyMethods (['save ' ])
176176 ->setConstructorArgs ($ arguments )
177177 ->getMock ();
178- // $model->expects($this->any())->method('hasDataChanges')->willReturn(true);
179178 $ model ->setOption (
180179 [
181180 'delete ' =>
@@ -190,7 +189,6 @@ public function testSaveSelectDefaultOptionAttribute()
190189 $ connectionMock ->expects ($ this ->any ())
191190 ->method ('update ' )
192191 ->with ('eav_attribute ' , $ this ->logicalOr ($ originalData , ['default_value ' => "option_1 " ]));
193- // $connectionMock->expects($this->any())->method('getTransactionLevel')->willReturn(1);
194192
195193 $ resourceModel ->save ($ model );
196194 }
You can’t perform that action at this time.
0 commit comments