Skip to content

Commit 2350c3e

Browse files
committed
tests: adjust to console width
1 parent 1771298 commit 2350c3e

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

tests/ErrorFormatter/GithubErrorFormatterTest.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ public function dataFormatterOutputProvider(): iterable
5858
1,
5959
1,
6060
0,
61-
' ------ -----------------------------------------------------------------
61+
' ------ -------------------------------------------------------------------
6262
Line folder with unicode 😃/file name with "spaces" and unicode 😃.php
63-
------ -----------------------------------------------------------------
63+
------ -------------------------------------------------------------------
6464
4 Foo
65-
------ -----------------------------------------------------------------
65+
------ -------------------------------------------------------------------
6666
6767
[ERROR] Found 1 error
6868
@@ -92,13 +92,13 @@ public function dataFormatterOutputProvider(): iterable
9292
1,
9393
4,
9494
0,
95-
' ------ -----------------------------------------------------------------
95+
' ------ -------------------------------------------------------------------
9696
Line folder with unicode 😃/file name with "spaces" and unicode 😃.php
97-
------ -----------------------------------------------------------------
97+
------ -------------------------------------------------------------------
9898
2 Bar
9999
Bar2
100100
4 Foo
101-
------ -----------------------------------------------------------------
101+
------ -------------------------------------------------------------------
102102
103103
------ ---------
104104
Line foo.php
@@ -141,13 +141,13 @@ public function dataFormatterOutputProvider(): iterable
141141
1,
142142
4,
143143
2,
144-
' ------ -----------------------------------------------------------------
144+
' ------ -------------------------------------------------------------------
145145
Line folder with unicode 😃/file name with "spaces" and unicode 😃.php
146-
------ -----------------------------------------------------------------
146+
------ -------------------------------------------------------------------
147147
2 Bar
148148
Bar2
149149
4 Foo
150-
------ -----------------------------------------------------------------
150+
------ -------------------------------------------------------------------
151151
152152
------ ---------
153153
Line foo.php

tests/ErrorFormatter/TableErrorFormatterTest.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ public function dataFormatterOutputProvider(): iterable
5757
1,
5858
1,
5959
0,
60-
' ------ -----------------------------------------------------------------
60+
' ------ -------------------------------------------------------------------
6161
Line folder with unicode 😃/file name with "spaces" and unicode 😃.php
62-
------ -----------------------------------------------------------------
62+
------ -------------------------------------------------------------------
6363
4 Foo
64-
------ -----------------------------------------------------------------
64+
------ -------------------------------------------------------------------
6565
6666
[ERROR] Found 1 error
6767
@@ -89,13 +89,13 @@ public function dataFormatterOutputProvider(): iterable
8989
1,
9090
4,
9191
0,
92-
' ------ -----------------------------------------------------------------
92+
' ------ -------------------------------------------------------------------
9393
Line folder with unicode 😃/file name with "spaces" and unicode 😃.php
94-
------ -----------------------------------------------------------------
94+
------ -------------------------------------------------------------------
9595
2 Bar
9696
Bar2
9797
4 Foo
98-
------ -----------------------------------------------------------------
98+
------ -------------------------------------------------------------------
9999
100100
------ ---------
101101
Line foo.php
@@ -132,13 +132,13 @@ public function dataFormatterOutputProvider(): iterable
132132
1,
133133
4,
134134
2,
135-
' ------ -----------------------------------------------------------------
135+
' ------ -------------------------------------------------------------------
136136
Line folder with unicode 😃/file name with "spaces" and unicode 😃.php
137-
------ -----------------------------------------------------------------
137+
------ -------------------------------------------------------------------
138138
2 Bar
139139
Bar2
140140
4 Foo
141-
------ -----------------------------------------------------------------
141+
------ -------------------------------------------------------------------
142142
143143
------ ---------
144144
Line foo.php

0 commit comments

Comments
 (0)