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 709bb6f commit cab3729Copy full SHA for cab3729
packages/process/tests/PoolTest.php
@@ -45,6 +45,7 @@ public function test_concurrently(): void
45
'echo world',
46
]);
47
48
+ dump($results);
49
$this->assertCount(2, $results);
50
$this->assertStringEqualsStringIgnoringLineEndings("hello\n", $results[0]->output);
51
$this->assertStringEqualsStringIgnoringLineEndings("world\n", $results[1]->output);
0 commit comments