-
Notifications
You must be signed in to change notification settings - Fork 288
Closed
laravel-shift/faker-registry
#2Labels
bugSomething isn't workingSomething isn't workingpendingThis issue is pending reviewThis issue is pending review
Description
- Laravel Version: 9.38.0
- PHP Version: 8.1.12
- Blueprint Version: 2.4
- Platform: Mac
Issue:
The remember_token
has an unfinished faker statement in the generated UserControllerTest::store_saves_and_redirects
:
/**
* @test
*/
public function store_saves_and_redirects(): void
{
$name = $this->faker->name;
$email = $this->faker->safeEmail;
$password = $this->faker->password;
$remember_token = $this->faker->;
// Error on the line above ...
draft.yaml:
models:
User:
name: string
email: string unique
email_verified_at: datetime nullable
password: string
remember_token: rememberToken
softDeletes
controllers:
User:
resource
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpendingThis issue is pending reviewThis issue is pending review