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 5a10897
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions tests/PHPStan/Command/ErrorFormatter/TableErrorFormatterTest.php
Expand Up @@ -85,13 +85,14 @@ 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 +130,14 @@ public function dataFormatterOutputProvider(): iterable
4 Foo
------ -------------------------------------------------------------------
------ ---------
------ ----------
Line foo.php
------ ---------
------ ----------
1 Foo
5 Bar
Bar2
------ ---------
💡 a tip
------ ----------
-- ----------------------
Error
Expand Down

0 comments on commit 5a10897

Please sign in to comment.