File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
app/code/Magento/Directory/Test/Unit/Model Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,6 @@ public function testGetCountryInfo()
129
129
'' ,
130
130
false
131
131
);
132
- $ countryCollection ->expects ($ this ->once ())->method ('addCountryIdFilter ' )->willReturnSelf ();
133
132
$ countryCollection ->expects ($ this ->once ())->method ('load ' )->willReturnSelf ();
134
133
$ countryCollection ->expects ($ this ->once ())->method ('count ' )->willReturn (1 );
135
134
$ countryCollection ->expects ($ this ->once ())->method ('getItemById ' )->with ('AE ' )->willReturn ($ testCountryInfo );
@@ -174,7 +173,6 @@ public function testGetCountryInfoNotFound()
174
173
'' ,
175
174
false
176
175
);
177
- $ countryCollection ->expects ($ this ->once ())->method ('addCountryIdFilter ' )->willReturnSelf ();
178
176
$ countryCollection ->expects ($ this ->once ())->method ('load ' )->willReturnSelf ();
179
177
$ countryCollection ->expects ($ this ->once ())->method ('count ' )->willReturn (0 );
180
178
You can’t perform that action at this time.
0 commit comments