![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/cartforge.co/vendor/magento/module-catalog/Test/Unit/Model/_files/ |
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ declare(strict_types=1); return [ "media" => [ "Magento_Catalog" => [ "images" => [ "swatch_thumb_base" => [ "type" => "swatch_thumb", "width" => 75, "height" => 75, "constrain" => false, "aspect_ratio" => false, "frame" => false, "transparency" => false, "background" => [255, 25, 2], ], "swatch_thumb_medium" => [ "type" => "swatch_medium", "width" => 750, "height" => 750, "constrain" => true, "aspect_ratio" => true, "frame" => true, "transparency" => true, "background" => [255, 25, 2], ], "swatch_thumb_large" => [ "type" => "swatch_large", "width" => 1080, "height" => 720, "constrain" => false, "aspect_ratio" => false, "frame" => false, "transparency" => false, "background" => [255, 25, 2], ], "swatch_thumb_small" => [ "type" => "swatch_small", "width" => 100, "height" => 100, "constrain" => true, "aspect_ratio" => true, "frame" => true, "transparency" => true, "background" => [255, 25, 2], ] ] ] ] ];