Jelajahi Sumber

Inform why we skip test in windows

Joanhey 2 tahun lalu
induk
melakukan
a97f5cabf9
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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