Package: php-masterminds-html5 / 2.9.0+dfsg-5

Metadata

Package Version Patches format
php-masterminds-html5 2.9.0+dfsg-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Use homemade autoload.php.patch | (download)

example.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use homemade autoload.php


0003 Adapt to recent version of PHPUnit 10.patch | (download)

test/HTML5/Html5Test.php | 80 40 + 40 - 0 !
test/HTML5/Serializer/OutputRulesTest.php | 22 11 + 11 - 0 !
2 files changed, 51 insertions(+), 51 deletions(-)

 adapt to recent version of phpunit (10)

Use assertMatchesRegularExpression instead of assertRegExp.

Bug-Debian: https://bugs.debian.org/1039794

0003 Make provider functions static PHPUnit 11 Fix.patch | (download)

test/HTML5/Serializer/OutputRulesTest.php | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 make provider functions static (phpunit 11 fix)

Bug-Debian: https://bugs.debian.org/1070568

0004 Modernize PHPUnit syntax.patch | (download)

test/HTML5/Html5Test.php | 5 2 + 3 - 0 !
test/HTML5/Serializer/OutputRulesTest.php | 16 6 + 10 - 0 !
test/HTML5/Serializer/TraverserTest.php | 5 2 + 3 - 0 !
3 files changed, 10 insertions(+), 16 deletions(-)

 modernize phpunit syntax