Skip to content

Commit 4762a9a

Browse files
committed
run on windows
1 parent 4480b87 commit 4762a9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Unit/PhpParserServiceTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
'messages.dummy.view',
7979
],
8080
]);
81-
})->skipOnWindows();
81+
});
8282

8383
it('gets all the files grouped by translations', function () {
8484

@@ -127,7 +127,7 @@
127127
],
128128

129129
]);
130-
})->skipOnWindows();
130+
});
131131

132132
it('caches results from files', function () {
133133

@@ -154,4 +154,4 @@
154154
expect($result['translations'])->toBe([
155155
'messages.dummy.class',
156156
]);
157-
})->skipOnWindows();
157+
});

0 commit comments

Comments
 (0)