Improve tests
@@ -14,6 +14,7 @@ beforeAll(function () use (&$process) {
});
afterAll(function () use (&$process) {
+ echo $process->getOutput();
$process->stop();
@@ -27,6 +27,7 @@ beforeAll(function () use ($serverAddress, &$process) {
+ echo "\nUDP Test:\n", $process->getOutput();