hordieiev / module-demo
N/A
1.0.2
2022-05-19 09:10 UTC
Requires
- magento/framework: *
This package is auto-updated.
Last update: 2024-09-29 05:49:15 UTC
README
基于 Magento 2 架构的演示模块
安装
请使用 composer 安装此扩展。
* composer require hordieiev/module-demo
* php bin/magento module:enable Hordieiev_Demo
支持信息 linkedin
运行单元测试
代码已经开发并包含了单元测试。要运行它们,可以使用常规的终端命令
php ./vendor/bin/phpunit -c dev/tests/unit/phpunit.xml.dist ./vendor/hordieiev/module-demo
变更日志
* 1.0.2 - Test tasks for mageMontreal
* 1.0.1 - Changed license type
* 1.0.0 - Initial Module skeleton