carloscuesta/gitmoji

๐ŸŽญ for Faking things

JonPurvis opened this issue ยท 1 comments

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

Okay, somehow I totally missed the ๐ŸŒฑ gitmoji ๐Ÿคฆ ๐Ÿ˜†