Skip to content

Conversation

@artengin
Copy link
Contributor

Task completed.
Fixtures updated. All tests pass successfully.

@DenTray DenTray changed the title feat: Cast timestamp fields to Carbon objects. Closes #168 feat: Cast timestamp fields to Carbon objects Jul 25, 2025
@DenTray DenTray requested a review from AZabolotnikov July 25, 2025 09:24
@artengin artengin assigned AZabolotnikov and unassigned artengin Aug 4, 2025
@AZabolotnikov AZabolotnikov removed their request for review August 4, 2025 09:39
@artengin artengin assigned AZabolotnikov and unassigned artengin Aug 4, 2025
->artisan('make:entity Post -S name -t reviewed_at -T publiched_at --only-model')
->assertSuccessful();

$this->assertGeneratedFileEquals('generated_model.php', 'app/Models/Post.php');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's use the same fixture here

Suggested change
$this->assertGeneratedFileEquals('generated_model.php', 'app/Models/Post.php');
$this->assertGeneratedFileEquals('new_model.php', 'app/Models/Post.php');

@DenTray DenTray assigned artengin and unassigned DenTray Aug 12, 2025
@artengin artengin assigned DenTray and unassigned artengin Aug 12, 2025
@DenTray DenTray merged commit 46ad6be into RonasIT:master Aug 13, 2025
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants