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 cab3729 commit b25cb13Copy full SHA for b25cb13
packages/process/tests/PoolTest.php
@@ -45,7 +45,7 @@ public function test_concurrently(): void
45
'echo world',
46
]);
47
48
- dump($results);
+ var_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