Skip to content

Commit b25cb13

Browse files
committed
ci: debug failing test
1 parent cab3729 commit b25cb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/process/tests/PoolTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function test_concurrently(): void
4545
'echo world',
4646
]);
4747

48-
dump($results);
48+
var_dump($results);
4949
$this->assertCount(2, $results);
5050
$this->assertStringEqualsStringIgnoringLineEndings("hello\n", $results[0]->output);
5151
$this->assertStringEqualsStringIgnoringLineEndings("world\n", $results[1]->output);

0 commit comments

Comments
 (0)