yii2-faker icon indicating copy to clipboard operation
yii2-faker copied to clipboard

Yii 2 Faker extension

Results 7 yii2-faker issues
Sort by recently updated
recently updated
newest added

Is anyone else having an issue with `$index` not being the same as the record id? Because my database id's start at 1 and the index being passed into the...

type:bug
status:to be verified

If I want to insert faker data to database, what should I do? I add the following code in my application configuration (console.php): ``` php 'controllerMap' => [ 'fixture' =>...

type:docs
status:ready for adoption

(From yiisoft/yii2-app-basic#155) This seems to match the default path for fixtures generated by `yii2-faker` which is `@tests/unit/fixtures/data` However, the Yii2 Testing Documentation then gives an example of the data path...

Fixes #33. | Q | A | ------------- | --- | Is bugfix? | yes | New feature? | no | Breaks BC? | no | Tests pass? | yes...

This issue has originally been reported by @Ragazzo at https://github.com/yiisoft/yii2/issues/4056. Moved here by @cebe. --- In the [`Faker`](https://github.com/fzaninotto/Faker) there are some column guessers like this [one](https://github.com/fzaninotto/Faker/blob/master/src/Faker/Guesser/Name.php) and [this](https://github.com/fzaninotto/Faker/blob/master/src/Faker/ORM/Doctrine/ColumnTypeGuesser.php), their purpose...

type:enhancement

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌