Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit 04c5434

Browse files
committed
wip
1 parent 9c840c4 commit 04c5434

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ConnectionTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public function testDump()
2424
$process->start(function ($type, $buffer) use ($process, &$dumped, $connection) {
2525
if (Process::ERR === $type) {
2626
$process->stop();
27+
dd($buffer);
2728
$this->fail();
2829
} elseif ("READY\n" === $buffer) {
2930
usleep(5000);

0 commit comments

Comments
 (0)