thtmorais / yii2-test
Yii PHP 框架的测试生成器
dev-main
2022-03-10 01:20 UTC
Requires
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-faker: ~2.0.0
This package is auto-updated.
Last update: 2024-09-13 23:56:51 UTC
README
Yii PHP 框架的测试生成器
安装
安装此扩展的首选方式是通过 composer。
运行以下命令之一:
composer require --prefer-dist thtmorais/yii2-test "*"
或者在您的 composer.json
文件的 require 部分添加
"thtmorais/yii2-test": "*"
to the require section of your composer.json
file.
使用方法
扩展安装完成后,只需在代码中使用它即可
<?= \thtmorais\test\AutoloadExample::widget(); ?>```