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
5959 $ objectManager ->setBackwardCompatibleProperty ($ this ->_model , 'imageUrlBuilder ' , $ this ->imageUrlBuilder );
6060 }
6161
62- public function testGetAllowAttributes (): void
62+ public function testGetAllowAttributes ()
6363 {
6464 $ typeInstanceMock = $ this ->createMock (Configurable::class);
6565 $ typeInstanceMock ->expects ($ this ->once ())
@@ -82,7 +82,7 @@ public function testGetAllowAttributes(): void
8282 * @param array $data
8383 * @dataProvider getOptionsDataProvider
8484 */
85- public function testGetOptions (array $ expected , array $ data ): array
85+ public function testGetOptions (array $ expected , array $ data )
8686 {
8787 if (count ($ data ['allowed_products ' ])) {
8888 $ imageHelper1 = $ this ->getMockBuilder (Image::class)
You can’t perform that action at this time.
0 commit comments