Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Sep 17, 2022
1 parent 8375791 commit 72a2857
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions tests/PHPStan/Command/ErrorFormatter/TableErrorFormatterTest.php
Expand Up @@ -85,13 +85,15 @@ public function dataFormatterOutputProvider(): iterable
4 Foo
------ -------------------------------------------------------------------
------ ---------
------ ----------
Line foo.php
------ ---------
------ ----------
1 Foo
5 Bar
Bar2
------ ---------
------ ----------
💡 a tip
------ ----------
[ERROR] Found 4 errors
Expand Down Expand Up @@ -129,13 +131,15 @@ public function dataFormatterOutputProvider(): iterable
4 Foo
------ -------------------------------------------------------------------
------ ---------
------ ----------
Line foo.php
------ ---------
------ ----------
1 Foo
5 Bar
Bar2
------ ---------
------ ----------
💡 a tip
------ ----------
-- ----------------------
Error
Expand Down

0 comments on commit 72a2857

Please sign in to comment.