From 7e24333f729477734bbaf3c92ef26f322e6cbe33 Mon Sep 17 00:00:00 2001 From: oleibman <10341515+oleibman@users.noreply.github.com> Date: Thu, 2 Jan 2025 09:59:34 -0800 Subject: [PATCH] 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). --- composer.lock | 12 ++++++------ .../Chart/ChartsDynamicTitleTest.php | 1 - 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 3025170cb3..cc706e608e 100644 --- a/composer.lock +++ b/composer.lock @@ -1221,16 +1221,16 @@ }, { "name": "mitoteam/jpgraph", - "version": "10.4.3", + "version": "10.4.4", "source": { "type": "git", "url": "https://github.com/mitoteam/jpgraph.git", - "reference": "f0db97108aec23a3bbb34721365931af992b83b3" + "reference": "9ad8e2fcc30f765c788a28543e9705fb541d499f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mitoteam/jpgraph/zipball/f0db97108aec23a3bbb34721365931af992b83b3", - "reference": "f0db97108aec23a3bbb34721365931af992b83b3", + "url": "https://api.github.com/repos/mitoteam/jpgraph/zipball/9ad8e2fcc30f765c788a28543e9705fb541d499f", + "reference": "9ad8e2fcc30f765c788a28543e9705fb541d499f", "shasum": "" }, "require": { @@ -1270,9 +1270,9 @@ ], "support": { "issues": "https://github.com/mitoteam/jpgraph/issues", - "source": "https://github.com/mitoteam/jpgraph/tree/10.4.3" + "source": "https://github.com/mitoteam/jpgraph/tree/10.4.4" }, - "time": "2024-12-01T06:36:31+00:00" + "time": "2025-01-01T05:39:20+00:00" }, { "name": "mpdf/mpdf", diff --git a/tests/PhpSpreadsheetTests/Chart/ChartsDynamicTitleTest.php b/tests/PhpSpreadsheetTests/Chart/ChartsDynamicTitleTest.php index 7aa484d9cb..2546d60de6 100644 --- a/tests/PhpSpreadsheetTests/Chart/ChartsDynamicTitleTest.php +++ b/tests/PhpSpreadsheetTests/Chart/ChartsDynamicTitleTest.php @@ -34,7 +34,6 @@ public function writeCharts(XlsxWriter $writer): void $writer->setIncludeCharts(true); } - #[\PHPUnit\Framework\Attributes\RunInSeparateProcess] public function testDynamicTitle(): void { // based on samples/templates/issue.3797.2007.xlsx