Skip to content

Commit

Permalink
Fixed console command test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Jun 14, 2024
1 parent 1aba4e9 commit 8512508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Console/ModelsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
expect($path)->toBeReadableFile();

expect(file_get_contents($path))
->toContain('Tests\\Fixtures\\Models')
->toContain('Tests\Fixtures\Models')
->toContain('TestModel')
->toContain('@property string $title')
->toContain('@property string $description')
Expand Down

0 comments on commit 8512508

Please sign in to comment.