Skip to content

Commit

Permalink
TASK: readme notes
Browse files Browse the repository at this point in the history
  • Loading branch information
simstern committed Mar 8, 2021
1 parent fc883b7 commit 4daeada
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,9 @@ Role object for the identifier:
```php
$image = $faker->role('Your.Package:User');
```

## Notes

- Context and providers are all stored inside the ``Classes`` folder to make them available not only for test cases.
Possible use cases are fixture generation on demo environments or even master data imports on prod environments.

0 comments on commit 4daeada

Please sign in to comment.