We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50c287 commit f2cd62aCopy full SHA for f2cd62a
tests/PhpSpreadsheetTests/Helper/SampleTest.php
@@ -30,6 +30,7 @@ public function providerSample(): array
30
$skipped = [
31
'Chart/32_Chart_read_write_PDF.php', // Unfortunately JpGraph is not up to date for latest PHP and raise many warnings
32
'Chart/32_Chart_read_write_HTML.php', // idem
33
+ 'Chart/35_Chart_render.php', // idem
34
];
35
// TCPDF and DomPDF libraries don't support PHP8 yet
36
if (\PHP_VERSION_ID >= 80000) {
@@ -38,7 +39,6 @@ public function providerSample(): array
38
39
[
40
'Pdf/21_Pdf_Domdf.php',
41
'Pdf/21_Pdf_TCPDF.php',
- 'Chart/35_Chart_render.php', // idem
42
]
43
);
44
}
0 commit comments