dompdf / php-svg-lib

SVG file parsing / rendering library
GNU Lesser General Public License v3.0
1.4k stars 77 forks source link

Update PathTest.php for PHPunit compatibility #118

Closed williamdes closed 6 months ago

williamdes commented 7 months ago

PHPunit 10 at Debian:

1 test triggered 1 PHPUnit deprecation:

1) Svg\Tests\PathTest::testParseCommands Data Provider method Svg\Tests\PathTest::commandProvider() is not static

There is no backwards incompatible changes. Same as https://github.com/dompdf/dompdf/pull/3275