Skip to content

u1tr0n/FixturePref

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Fixture Pref's

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