thtmorais / yii2-test
Test generator for Yii PHP Framework
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
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: 2025-01-14 00:38:34 UTC
README
Test generator for Yii PHP Framework
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist thtmorais/yii2-test "*"
or add
"thtmorais/yii2-test": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \thtmorais\test\AutoloadExample::widget(); ?>```