Sto lavorando alla creazione di un modulo personalizzato in Magento 2, ma non funziona. Potresti suggerirmi dove ho sbagliato? Il mio codice del modulo: app / etc / config.php: 'modules' => array ( 'Ramesh_Sample' => 1, ), app / code / Ramesh / campione / etc / Module.xml <?xml version="1.0"?> …
In questo momento sono infastidito di scrivere costruttori simili in massa come i seguenti nei miei moduli. public function __construct( \Magento\Framework\Model\Context $context, \Magento\Framework\Registry $registry, /* ... */ \Foo\Bar\Model\Baz $baz, /* ... */ \Magento\Framework\Model\ResourceModel\AbstractResource $resource = null, \Magento\Framework\Data\Collection\AbstractDb $resourceCollection = null, array $data = [] ) { $this->registry = $registry; /* …
Sto cercando di leggere una riga nel mio test unitario da core_config_table nel database magento 2. So che per realizzare questo lavoro come ho letto questo link . Devo usare: \Magento\Framework\App\Config\ScopeConfigInterface attraverso: \Magento\Framework\TestFramework\Unit\Helper\ObjectManager Ecco il mio codice: protected function setUp() { $objectManager = new \Magento\Framework\TestFramework\Unit\Helper\ObjectManager($this); $this->scopeConfig = $objectManager->getObject('\Magento\Framework\App\Config\ScopeConfigInterface'); } public …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.