From f0f7449e2d01c981ab57d117ed497315383b17f6 Mon Sep 17 00:00:00 2001 From: Owen Leibman Date: Wed, 17 Nov 2021 06:03:05 -0800 Subject: [PATCH] Update Phpunit Configuration File After upgrading, Phpunit indicates that the current schema is deprecated. Used Phpunit's own `--migrate-configuration` option to create current version. --- phpunit.xml.dist | 39 ++++++++++++++++----------------------- 1 file changed, 16 insertions(+), 23 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 63d9e6fb..1c4b531f 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,25 +1,18 @@ - - - - - - ./tests/PhpSpreadsheetTests - - - - ./src - - ./src/PhpSpreadsheet/Shared/JAMA - ./src/PhpSpreadsheet/Writer/PDF - - - + + + + ./src + + + ./src/PhpSpreadsheet/Shared/JAMA + ./src/PhpSpreadsheet/Writer/PDF + + + + + + + ./tests/PhpSpreadsheetTests +