From 5a10897c30bfa123c4fe41e3a8e31fddaac393d8 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 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/tests/PHPStan/Command/ErrorFormatter/TableErrorFormatterTest.php b/tests/PHPStan/Command/ErrorFormatter/TableErrorFormatterTest.php index 28ae7cd621b..f83f2de8500 100644 --- a/tests/PHPStan/Command/ErrorFormatter/TableErrorFormatterTest.php +++ b/tests/PHPStan/Command/ErrorFormatter/TableErrorFormatterTest.php @@ -85,13 +85,14 @@ public function dataFormatterOutputProvider(): iterable 4 Foo ------ ------------------------------------------------------------------- - ------ --------- + ------ ---------- Line foo.php - ------ --------- + ------ ---------- 1 Foo 5 Bar Bar2 - ------ --------- + 💡 a tip + ------ ---------- [ERROR] Found 4 errors @@ -129,13 +130,14 @@ public function dataFormatterOutputProvider(): iterable 4 Foo ------ ------------------------------------------------------------------- - ------ --------- + ------ ---------- Line foo.php - ------ --------- + ------ ---------- 1 Foo 5 Bar Bar2 - ------ --------- + 💡 a tip + ------ ---------- -- ---------------------- Error