Skip to content

magento man

Magento2 integration tests magentoConfigFixture getting empty value for obscure field

i am writing integration tests for my custom module that has a configuration field type obscure. in test file app/code/Foo/Bar/Test/Integration/Model/ConfigTest.php i have code: <?php namespace FooBarTestIntegrationModel; use FooBarModelConfig; use MagentoFrameworkObjectManagerInterface; use MagentoTestFrameworkHelperBootstrap; use PHPUnitFrameworkTestCase; class ConfigTest extends TestCase { private… Read More »Magento2 integration tests magentoConfigFixture getting empty value for obscure field

i’m installed 2 modules and i get this error if i want command setup:upgrade and compile

i’m installed module and i get this error if i want command setup:upgrade and compile first problem with setup:upgrade i get this error Column definition “customer_group_id” and reference column definition “customer_group_id” are different in tables “mgz_checkoutsuccesspage_rule_customer_group” and “customer_group” and number… Read More »i’m installed 2 modules and i get this error if i want command setup:upgrade and compile