Skip to content

Commit 7e24333

Browse files
committed
Upgrade mitoteam/jpgraph
They have made a change at our request to help us eliminate runInSeparateProcess for one or more tests. This will be helpful when we get to PhpUnit 11 (not imminent, since it doesn't support Php8.1, but it will happen eventually).
1 parent fb757cf commit 7e24333

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/PhpSpreadsheetTests/Chart/ChartsDynamicTitleTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public function writeCharts(XlsxWriter $writer): void
3434
$writer->setIncludeCharts(true);
3535
}
3636

37-
#[\PHPUnit\Framework\Attributes\RunInSeparateProcess]
3837
public function testDynamicTitle(): void
3938
{
4039
// based on samples/templates/issue.3797.2007.xlsx

0 commit comments

Comments
 (0)