Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 committed Jan 12, 2025
1 parent 7d277c3 commit 60b21fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/AnnotatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
App\Enums\Enum2::class,
Domain\Common\Enums\Enum3::class,
Domain\Payouts\Enums\Enum4::class,
]);
])->skip(PHP_OS_FAMILY == 'Windows', 'Windows is ending one line differently');

it('annotates enums overwriting existing annotations', function() {
$enum = Domain\Common\Enums\Enum3::class;
Expand Down

0 comments on commit 60b21fd

Please sign in to comment.