File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ public static function provideContext()
91
91
[DUMPED]
92
92
</section>
93
93
</article>
94
- TXT
94
+ TXT ,
95
95
];
96
96
97
97
yield 'source full ' => [
@@ -127,7 +127,7 @@ public static function provideContext()
127
127
[DUMPED]
128
128
</section>
129
129
</article>
130
- TXT
130
+ TXT ,
131
131
];
132
132
133
133
yield 'cli ' => [
@@ -155,7 +155,7 @@ public static function provideContext()
155
155
[DUMPED]
156
156
</section>
157
157
</article>
158
- TXT
158
+ TXT ,
159
159
];
160
160
161
161
yield 'request ' => [
@@ -189,7 +189,7 @@ public static function provideContext()
189
189
[DUMPED]
190
190
</section>
191
191
</article>
192
- TXT
192
+ TXT ,
193
193
];
194
194
}
195
195
}
Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ public static function provideDumpArrayWithColor()
433
433
\e[0;38;5;208m" \e[38;5;113mfoo \e[0;38;5;208m" => " \e[1;38;5;113mbar \e[0;38;5;208m" \e[m
434
434
\e[0;38;5;208m] \e[m
435
435
436
- EOTXT
436
+ EOTXT ,
437
437
];
438
438
439
439
yield [[], AbstractDumper::DUMP_LIGHT_ARRAY , "\e[0;38;5;208m[] \e[m \n" ];
@@ -446,7 +446,7 @@ public static function provideDumpArrayWithColor()
446
446
\e[0;38;5;208m" \e[38;5;113mfoo \e[0;38;5;208m" => " \e[1;38;5;113mbar \e[0;38;5;208m" \e[m
447
447
\e[0;38;5;208m] \e[m
448
448
449
- EOTXT
449
+ EOTXT ,
450
450
];
451
451
452
452
yield [[], 0 , "\e[0;38;5;208m[] \e[m \n" ];
You can’t perform that action at this time.
0 commit comments