thtmorais/yii2-test

Yii PHP 框架的测试生成器

安装: 193

依赖: 0

建议者: 0

安全: 0

星星: 2

关注者: 3

分支: 0

开放问题: 0

类型:yii2-extension

dev-main 2022-03-10 01:20 UTC

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(); ?>```