u1tr0n/fixturepref

Helper for manipulating with fixtures pref's

0.2.2 2023-08-22 13:39 UTC

This package is auto-updated.

Last update: 2024-04-22 15:00:47 UTC


README

Support Ukraine Badge

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