소스 검색

Inform why we skip test in windows

Joanhey 2 년 전
부모
커밋
a97f5cabf9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/Feature/UdpConnectionTest.php

+ 1 - 1
tests/Feature/UdpConnectionTest.php

@@ -38,4 +38,4 @@ it('tests udp connection', function () use ($serverAddress) {
     expect($data)->toBeString('received: xiami');
     fclose($socket);
 })
-    ->skipOnWindows(); //require posix
+    ->skipOnWindows('require posix'); //require posix