Skip to content

Commit f2cd62a

Browse files
authored
PhpUnit and Jpgraph (#2307)
35_Char_render.php had previously been a problem only for PHP8+. It is now a problem for PHP7.4, and will therefore be skipped all the time.
1 parent f50c287 commit f2cd62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpSpreadsheetTests/Helper/SampleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public function providerSample(): array
3030
$skipped = [
3131
'Chart/32_Chart_read_write_PDF.php', // Unfortunately JpGraph is not up to date for latest PHP and raise many warnings
3232
'Chart/32_Chart_read_write_HTML.php', // idem
33+
'Chart/35_Chart_render.php', // idem
3334
];
3435
// TCPDF and DomPDF libraries don't support PHP8 yet
3536
if (\PHP_VERSION_ID >= 80000) {
@@ -38,7 +39,6 @@ public function providerSample(): array
3839
[
3940
'Pdf/21_Pdf_Domdf.php',
4041
'Pdf/21_Pdf_TCPDF.php',
41-
'Chart/35_Chart_render.php', // idem
4242
]
4343
);
4444
}

0 commit comments

Comments
 (0)