From 21f740d94742304f3052fec10dadfef599439f9c Mon Sep 17 00:00:00 2001 From: bkrukowski Date: Sat, 23 Nov 2019 00:10:06 +0400 Subject: [PATCH] Missing dot --- tests/symfony.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/symfony.php b/tests/symfony.php index c40d62a..f3f878c 100644 --- a/tests/symfony.php +++ b/tests/symfony.php @@ -27,4 +27,4 @@ function ($file, $line, $_, $message) { \is_string($dumped) && '' !== $dumped, 'Method dumpAsString must return not empty string.' ); -$dumper->dump('Tests passed'); +$dumper->dump('Tests passed.');