u1tr0n / fixturepref
Helper for manipulating with fixtures pref's
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/u1tr0n/fixturepref
Requires
- php: ^8.1 || ^8.2
Requires (Dev)
- lcobucci/coding-standard: ^9.0
- phpunit/phpunit: ^9.5.27
- roave/security-advisories: dev-latest
- vimeo/psalm: ^5.12
README
This library helps to organize dependencies between different fixtures in your project.
for example, you need to create 10 users
- each user must make 10 posts in post-feed
- each user must make 25 comments under post
- each user must like 100 comments
- each user must report 10 posts
- each user must report 100 comments
Installation
composer require --dev u1tr0n/fixturepref
Examples
TODO
- translate documentation to other languages
- add examples