Patch |
File delta |
Description |
0001 Adapt autoload path in examples.patch | (download) |
examples/01-interpreting-a-simple-docblock.php |
2 1 + 1 - 0 !
examples/02-interpreting-tags.php |
2 1 + 1 - 0 !
examples/03-reconstituting-a-docblock.php |
2 1 + 1 - 0 !
examples/04-adding-your-own-tag.php |
2 1 + 1 - 0 !
examples/playing-with-descriptions/02-escaping.php |
2 1 + 1 - 0 !
5 files changed, 5 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/MethodParameterTest.php |
2 1 + 1 - 0 !
tests/unit/DocBlock/Tags/MethodTest.php |
2 1 + 1 - 0 !
tests/unit/DocBlockFactoryTest.php |
2 1 + 1 - 0 !
tests/unit/Exception/PcreExceptionTest.php |
2 1 + 1 - 0 !
10 files changed, 13 insertions(+), 13 deletions(-) |
make provider functions static (phpunit 11 fix)
Bug-Debian: https://bugs.debian.org/1070587
|
0004 Drop TestListener.patch | (download) |
phpunit.xml.dist |
6 0 + 6 - 0 !
1 file changed, 6 deletions(-) |
drop testlistener
It has been removed from php-mockery for the PHPUnit 11 transition.
|
0005 Group noparser2 for test currently failing with php .patch | (download) |
tests/integration/InterpretingDocBlocksTest.php |
3 3 + 0 - 0 !
1 file changed, 3 insertions(+) |
group noparser2 for test currently failing with
php-phpstan-phpdoc-parser 2
|
0006 Modernize PHPUnit syntax.patch | (download) |
tests/integration/TypedTagsTest.php |
11 6 + 5 - 0 !
tests/unit/DocBlock/DescriptionFactoryTest.php |
5 3 + 2 - 0 !
tests/unit/DocBlock/StandardTagFactoryTest.php |
9 3 + 6 - 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/MethodParameterTest.php |
3 2 + 1 - 0 !
tests/unit/DocBlock/Tags/MethodTest.php |
3 2 + 1 - 0 !
tests/unit/DocBlockFactoryTest.php |
3 2 + 1 - 0 !
tests/unit/Exception/PcreExceptionTest.php |
3 2 + 1 - 0 !
11 files changed, 29 insertions(+), 22 deletions(-) |
modernize phpunit syntax
|