We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d277c3 commit 60b21fdCopy full SHA for 60b21fd
tests/Integration/AnnotatorTest.php
@@ -13,7 +13,7 @@
13
App\Enums\Enum2::class,
14
Domain\Common\Enums\Enum3::class,
15
Domain\Payouts\Enums\Enum4::class,
16
-]);
+])->skip(PHP_OS_FAMILY == 'Windows', 'Windows is ending one line differently');
17
18
it('annotates enums overwriting existing annotations', function() {
19
$enum = Domain\Common\Enums\Enum3::class;
0 commit comments