Skip to content

Commit cab3729

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/process/tests/PoolTest.php

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

48+
dump($results);
4849
$this->assertCount(2, $results);
4950
$this->assertStringEqualsStringIgnoringLineEndings("hello\n", $results[0]->output);
5051
$this->assertStringEqualsStringIgnoringLineEndings("world\n", $results[1]->output);

0 commit comments

Comments
 (0)