WithFaker
trait WithFaker (View source)
Properties
| protected Generator | $faker | The Faker instance. | 
Methods
| void |  setUpFaker()  Setup up the Faker instance.  |  |
| Generator |  faker(string|null $locale = null)  Get the default Faker instance for a given locale.  |  |
| Generator |  makeFaker(string|null $locale = null)  Create a Faker instance for the given locale.  |  
Details
protected void setUpFaker()
Setup up the Faker instance.
protected Generator faker(string|null $locale = null)
Get the default Faker instance for a given locale.
protected Generator makeFaker(string|null $locale = null)
Create a Faker instance for the given locale.
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/6.x/Illuminate/Foundation/Testing/WithFaker.html