From a60d9ca71fb1cea46866283161e424576219443b Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Fri, 9 Oct 2020 21:35:29 +0200 Subject: [PATCH] Verbose output in test driver --- PatchCollector_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PatchCollector_test.php b/PatchCollector_test.php index 647a4b0..0e72119 100644 --- a/PatchCollector_test.php +++ b/PatchCollector_test.php @@ -31,7 +31,7 @@ if ($db->load()) { echo PHP_EOL; } else - fwrite(STDERR, $patch->id() . ': CHECK FAILED!' . PHP_EOL); + fwrite(STDERR, $patch . ': CHECK FAILED!' . PHP_EOL); } $db->save(); }