yiisoft / test-support
Supporting tools for testing
Fund package maintenance!
Opencollective
yiisoft
Installs: 308 505
Dependents: 84
Suggesters: 0
Security: 0
Stars: 14
Watchers: 19
Forks: 10
Open Issues: 2
Requires
- php: ^8.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.2
- phpunit/phpunit: ^9.5
- rector/rector: ^1.0.0
- roave/infection-static-analysis-plugin: ^1.25
- spatie/phpunit-watcher: ^1.23
- vimeo/psalm: ^4.30|^5.21
This package is auto-updated.
Last update: 2024-10-22 15:19:50 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.