Skip to content

Commit

Permalink
Adapt snapshot testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Feb 3, 2024
1 parent 850fc5f commit 9374952
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Console/ModelsCommand/ArrayCastsWithComment/Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

class Test extends AbstractModelsCommand
{
/**
* The generated snapshot is wrong until
* https://github.com/barryvdh/laravel-ide-helper/issues/1505 is fixed
*/
public function test(): void
{
$command = $this->app->make(ModelsCommand::class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
* @property string $cast_to_bool
* @property string $cast_to_boolean
* @property string $cast_to_object
* @property array $cast_to_array
* @property array $cast_to_json
* @property \Illuminate\Support\Collection $cast_to_collection
* @property string $cast_to_date
* @property string $cast_to_datetime
* @property string $cast_to_date_serialization
Expand Down

0 comments on commit 9374952

Please sign in to comment.