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 ba96b0e commit e06475fCopy full SHA for e06475f
phpunit.xml
@@ -2,7 +2,6 @@
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
4
bootstrap="vendor/autoload.php"
5
- processIsolation="true"
6
colors="true"
7
>
8
<testsuites>
tests/Feature/UdpConnectionTest.php
@@ -28,5 +28,4 @@
28
};
29
Worker::runAll();
30
})->skipOnWindows() //require posix, multiple workers
31
-//->skip(message: 'this test needs to run isolated process while pest not support doing so yet');
32
-;
+->skip(message: 'this test needs to run isolated process while pest not support doing so yet');
0 commit comments