yiisoft / test-support
Supporting tools for testing
Fund package maintenance!
Opencollective
yiisoft
Installs: 410 250
Dependents: 101
Suggesters: 0
Security: 0
Stars: 14
Watchers: 17
Forks: 9
Open Issues: 3
Requires
- php: ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
- psr/container: ^1.0 || ^2.0
- psr/event-dispatcher: ^1.0
- psr/log: ^2.0|^3.0
- psr/simple-cache: ^2.0|^3.0
Requires (Dev)
- maglnet/composer-require-checker: ^4.4
- phpunit/phpunit: ^9.6.22
- rector/rector: ^2.0.9
- roave/infection-static-analysis-plugin: ^1.25
- spatie/phpunit-watcher: ^1.23.6
- vimeo/psalm: ^4.30 || ^5.26.1 || ^6.8.6
This package is auto-updated.
Last update: 2025-08-26 07:34:40 UTC
README
Yii Test Support
The package is intended to simplify the process of testing application elements that depend on PSR interfaces.
Requirements
- PHP 8.0 or higher.
Installation
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"
Documentation
- 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.
License
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.