From 72a2857df2489be7134f7a4bf44d0b24fe17e3d5 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sat, 17 Sep 2022 11:19:47 +0200 Subject: [PATCH] fix tests --- .../ErrorFormatter/TableErrorFormatterTest.php | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/tests/PHPStan/Command/ErrorFormatter/TableErrorFormatterTest.php b/tests/PHPStan/Command/ErrorFormatter/TableErrorFormatterTest.php index 28ae7cd621b..21309d77706 100644 --- a/tests/PHPStan/Command/ErrorFormatter/TableErrorFormatterTest.php +++ b/tests/PHPStan/Command/ErrorFormatter/TableErrorFormatterTest.php @@ -85,13 +85,15 @@ public function dataFormatterOutputProvider(): iterable 4 Foo ------ ------------------------------------------------------------------- - ------ --------- + ------ ---------- Line foo.php - ------ --------- + ------ ---------- 1 Foo 5 Bar Bar2 - ------ --------- + ------ ---------- + 💡 a tip + ------ ---------- [ERROR] Found 4 errors @@ -129,13 +131,15 @@ public function dataFormatterOutputProvider(): iterable 4 Foo ------ ------------------------------------------------------------------- - ------ --------- + ------ ---------- Line foo.php - ------ --------- + ------ ---------- 1 Foo 5 Bar Bar2 - ------ --------- + ------ ---------- + 💡 a tip + ------ ---------- -- ---------------------- Error