๐ญ for Faking things
JonPurvis opened this issue ยท 1 comments
JonPurvis commented
Emoji symbol
๐ญ
Emoji code
:fake:
Emoji description
Adding/Modifying Fake data
Describe the use case of your emoji
For adding or modifying fake data for things like database seeing and testing, for example:
class UserFactory extends Factory
{
public function definition()
{
return [
'name' => $this->faker->name,
'address' => $this->faker->address,
'phone_number' => $this->faker->phoneNumber
]
}
}
Whilst there's already one for Mocking, Faking is a different thing which I think warrants it's own Gitmoji! I'll let others decide though! ๐
Is this use case covered by an existing emoji?
No โ
Does this emoji fall into the "how" or the "what" category?
- This proposal do not describe "how" a commit was made, but does in fact describe "what" is the contents of the commit about.
Examples
๐ญ Improve fake data for users
๐ญ Add database seeder for countries
๐ญ Update faker locale
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue requesting the emoji.
JonPurvis commented
Okay, somehow I totally missed the ๐ฑ gitmoji ๐คฆ ๐