The package is intended to simplify the process of testing application elements that depend on PSR interfaces.
- PHP 8.0 or higher.
The package could be installed with Composer:
composer require yiisoft/test-support --dev
In case you need to satisfy PSR virtual packages (*-implementation
requirements), add the following to require-dev
as well:
"yiisoft/psr-dummy-provider": "1.0"
- Guide: English, Português - Brasil, Русский
- Internals
If you need help or have a question, the Yii Forum is a good place for that. You may also check out other Yii Community Resources.
The Yii Test Support is free software. It is released under the terms of the BSD License.
Please see LICENSE
for more information.
Maintained by Yii Software.