DominicWatts
DominicWatts
When I run a code check I see this ``` ------ ----------------------------------------------------------------- Line Helper/Data.php ------ ----------------------------------------------------------------- 118 Class Magento\Framework\App\Config\Value\Interceptor not found. ``` Trouble is I don't see this class in...
Warning on PHP Unit test ``` 1) KiwiCommerce\AdminActivity\Test\Unit\Model\ProcessorTest::testValidate This test did not perform any assertions /code/Test/Unit/Model/ProcessorTest.php:143 /composer/vendor/phpunit/phpunit/src/TextUI/Command.php:206 /composer/vendor/phpunit/phpunit/src/TextUI/Command.php:162 ```
Great tutorial. One of the best. Is primaryFieldName correct? https://github.com/ashsmith/magento2-blog-module-tutorial/blob/master/view/adminhtml/ui_component/blog_post_listing.xml#L28
I don't see a grid collection which is referenced in the di.xml file or do I misunderstand? https://github.com/ashsmith/magento2-blog-module-tutorial/blob/master/etc/di.xml#L27 Keep up the great work!
As reported in issue 2 https://github.com/php-cuong/magento2-qty/issues/2
### Preconditions Magento 2.1.7. Impossible to get friendly retail prices in UK. This was an issue for many of our stores in Magento 1 and we had to update core...
docker container based github actions to test code instead of makefile which for example relies on components being available locally. Plus get added automatic code scan on any PRs key...