File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/ConfigurableProduct/Test/Unit/Helper Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ protected function setUp(): void
59
59
$ objectManager ->setBackwardCompatibleProperty ($ this ->_model , 'imageUrlBuilder ' , $ this ->imageUrlBuilder );
60
60
}
61
61
62
- public function testGetAllowAttributes (): void
62
+ public function testGetAllowAttributes ()
63
63
{
64
64
$ typeInstanceMock = $ this ->createMock (Configurable::class);
65
65
$ typeInstanceMock ->expects ($ this ->once ())
@@ -82,7 +82,7 @@ public function testGetAllowAttributes(): void
82
82
* @param array $data
83
83
* @dataProvider getOptionsDataProvider
84
84
*/
85
- public function testGetOptions (array $ expected , array $ data ): array
85
+ public function testGetOptions (array $ expected , array $ data )
86
86
{
87
87
if (count ($ data ['allowed_products ' ])) {
88
88
$ imageHelper1 = $ this ->getMockBuilder (Image::class)
You can’t perform that action at this time.
0 commit comments