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()
175
175
->onlyMethods (['save ' ])
176
176
->setConstructorArgs ($ arguments )
177
177
->getMock ();
178
- // $model->expects($this->any())->method('hasDataChanges')->willReturn(true);
179
178
$ model ->setOption (
180
179
[
181
180
'delete ' =>
@@ -190,7 +189,6 @@ public function testSaveSelectDefaultOptionAttribute()
190
189
$ connectionMock ->expects ($ this ->any ())
191
190
->method ('update ' )
192
191
->with ('eav_attribute ' , $ this ->logicalOr ($ originalData , ['default_value ' => "option_1 " ]));
193
- // $connectionMock->expects($this->any())->method('getTransactionLevel')->willReturn(1);
194
192
195
193
$ resourceModel ->save ($ model );
196
194
}
You can’t perform that action at this time.
0 commit comments