diff --git a/test/ProcessTest.php b/test/ProcessTest.php index 774cece..6261ea0 100644 --- a/test/ProcessTest.php +++ b/test/ProcessTest.php @@ -221,7 +221,7 @@ class ProcessTest extends TestCase { Loop::run(function () { $process = new Process(self::CMD_PROCESS_SLOW); - $process->start(); + yield $process->start(); yield new Delayed(100); // Give process a chance to start, otherwise a different error is thrown.