Package: php-phpstan-phpdoc-parser / 2.2.0-1

Metadata

Package Version Patches format
php-phpstan-phpdoc-parser 2.2.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Drop last data set causing tests to fail on 32 bit a.patch | (download)

tests/PHPStan/Parser/ConstExprParserTest.php | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 drop last data set causing tests to fail on 32-bit arch


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

tests/PHPStan/Ast/NodeTraverserTest.php | 2 1 + 1 - 0 !
tests/PHPStan/Parser/ConstExprParserTest.php | 16 8 + 8 - 0 !
tests/PHPStan/Parser/FuzzyTest.php | 10 5 + 5 - 0 !
tests/PHPStan/Parser/PhpDocParserTest.php | 76 38 + 38 - 0 !
tests/PHPStan/Parser/TypeParserTest.php | 4 2 + 2 - 0 !
tests/PHPStan/Printer/DifferTest.php | 4 2 + 2 - 0 !
tests/PHPStan/Printer/IntegrationPrinterWithPhpParserTest.php | 2 1 + 1 - 0 !
tests/PHPStan/Printer/PrinterTest.php | 6 3 + 3 - 0 !
8 files changed, 60 insertions(+), 60 deletions(-)

 adapt to recent version of phpunit (10)


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

phpunit.xml | 13 0 + 13 - 0 !
tests/PHPStan/Parser/PhpDocParserTest.php | 4 2 + 2 - 0 !
tests/PHPStan/Parser/TokenIteratorTest.php | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 16 deletions(-)

 make provider function static (phpunit 11 fix)

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

0004 Drop currently failing test.patch | (download)

tests/PHPStan/Printer/IntegrationPrinterWithPhpParserTest.php | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 drop currently failing test

TODO: why?

0005 Compatibility with recent PHPUnit 12.patch | (download)

tests/PHPStan/Ast/NodeTraverserTest.php | 2 2 + 0 - 0 !
tests/PHPStan/Ast/ToString/ConstExprToStringTest.php | 3 3 + 0 - 0 !
tests/PHPStan/Ast/ToString/PhpDocToStringTest.php | 13 13 + 0 - 0 !
tests/PHPStan/Ast/ToString/TypeToStringTest.php | 7 7 + 0 - 0 !
tests/PHPStan/Parser/ConstExprParserTest.php | 19 18 + 1 - 0 !
tests/PHPStan/Parser/FuzzyTest.php | 3 3 + 0 - 0 !
tests/PHPStan/Parser/PhpDocParserTest.php | 73 71 + 2 - 0 !
tests/PHPStan/Parser/TokenIteratorTest.php | 2 2 + 0 - 0 !
tests/PHPStan/Parser/TypeParserTest.php | 6 5 + 1 - 0 !
tests/PHPStan/Printer/DifferTest.php | 3 3 + 0 - 0 !
tests/PHPStan/Printer/IntegrationPrinterWithPhpParserTest.php | 2 2 + 0 - 0 !
tests/PHPStan/Printer/PrinterTest.php | 4 4 + 0 - 0 !
12 files changed, 133 insertions(+), 4 deletions(-)

 compatibility with recent phpunit (12)