From 60b21fd7468f4734a3eb4c17dd9feff6abd91132 Mon Sep 17 00:00:00 2001 From: Andrea Marco Sartori Date: Sun, 12 Jan 2025 20:49:50 +0100 Subject: [PATCH] Update test --- tests/Integration/AnnotatorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Integration/AnnotatorTest.php b/tests/Integration/AnnotatorTest.php index d95b019..ec9d186 100644 --- a/tests/Integration/AnnotatorTest.php +++ b/tests/Integration/AnnotatorTest.php @@ -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;