Package: php-phpdocumentor-reflection-docblock / 6.0.1-1

Metadata

Package Version Patches format
php-phpdocumentor-reflection-docblock 6.0.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Adapt autoload path in examples.patch | (download)

docs/examples/01-interpreting-a-simple-docblock.php | 7 6 + 1 - 0 !
docs/examples/02-interpreting-tags.php | 7 6 + 1 - 0 !
docs/examples/03-reconstituting-a-docblock.php | 6 5 + 1 - 0 !
docs/examples/04-adding-your-own-tag.php | 6 5 + 1 - 0 !
docs/examples/playing-with-descriptions/02-escaping.php | 6 5 + 1 - 0 !
5 files changed, 27 insertions(+), 5 deletions(-)

 adapt autoload path in examples

0002 Use system version of php mockery.patch | (download)

phpunit.xml.dist | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use system version of php-mockery

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

tests/unit/DocBlock/DescriptionFactoryTest.php | 4 2 + 2 - 0 !
tests/unit/DocBlock/StandardTagFactoryTest.php | 4 2 + 2 - 0 !
tests/unit/DocBlock/Tags/AuthorTest.php | 2 1 + 1 - 0 !
tests/unit/DocBlock/Tags/ExampleTest.php | 4 2 + 2 - 0 !
tests/unit/DocBlock/Tags/Factory/MethodFactoryTest.php | 2 1 + 1 - 0 !
tests/unit/DocBlock/Tags/Factory/ParamFactoryTest.php | 2 1 + 1 - 0 !
tests/unit/DocBlock/Tags/Factory/TemplateCovariantFactoryTest.php | 2 1 + 1 - 0 !
tests/unit/DocBlock/Tags/Factory/TemplateFactoryTest.php | 2 1 + 1 - 0 !
tests/unit/DocBlock/Tags/MethodParameterTest.php | 2 1 + 1 - 0 !
tests/unit/DocBlockFactoryTest.php | 2 1 + 1 - 0 !
tests/unit/Exception/PcreExceptionTest.php | 2 1 + 1 - 0 !
11 files changed, 14 insertions(+), 14 deletions(-)

 make provider functions static (phpunit 11 fix)

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

0004 Drop TestListener.patch | (download)

phpunit.xml.dist | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 drop testlistener

It has been removed from php-mockery for the PHPUnit 11 transition.

0005 Modernize PHPUnit syntax.patch | (download)

tests/integration/ModifyBackTraceSafeTest.php | 11 4 + 7 - 0 !
tests/integration/TypedTagsTest.php | 11 6 + 5 - 0 !
tests/unit/DocBlock/DescriptionFactoryTest.php | 5 3 + 2 - 0 !
tests/unit/DocBlock/StandardTagFactoryTest.php | 12 4 + 8 - 0 !
tests/unit/DocBlock/Tags/AuthorTest.php | 3 2 + 1 - 0 !
tests/unit/DocBlock/Tags/ExampleTest.php | 5 3 + 2 - 0 !
tests/unit/DocBlock/Tags/Factory/MethodFactoryTest.php | 3 2 + 1 - 0 !
tests/unit/DocBlock/Tags/Factory/ParamFactoryTest.php | 3 2 + 1 - 0 !
tests/unit/DocBlock/Tags/Factory/TemplateCovariantFactoryTest.php | 3 2 + 1 - 0 !
tests/unit/DocBlock/Tags/Factory/TemplateFactoryTest.php | 3 2 + 1 - 0 !
tests/unit/DocBlock/Tags/MethodParameterTest.php | 3 2 + 1 - 0 !
tests/unit/DocBlockFactoryTest.php | 3 2 + 1 - 0 !
tests/unit/Exception/PcreExceptionTest.php | 3 2 + 1 - 0 !
13 files changed, 36 insertions(+), 32 deletions(-)

 modernize phpunit syntax