Package: php-deepcopy / 1.13.4-1

Metadata

Package Version Patches format
php-deepcopy 1.13.4-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Use prophesize from php phpspec prophecy phpunit.patch | (download)

tests/DeepCopyTest/TypeFilter/Spl/ArrayObjectFilterTest.php | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 use prophesize from php-phpspec-prophecy-phpunit

Compatibility with recent PHPUnit (10).

0002 Make provider classes static PHPUnit 11 fix.patch | (download)

tests/DeepCopyTest/DeepCopyTest.php | 6 3 + 3 - 0 !
tests/DeepCopyTest/Filter/ReplaceFilterTest.php | 2 1 + 1 - 0 !
tests/DeepCopyTest/Matcher/Doctrine/DoctrineProxyMatcherTest.php | 2 1 + 1 - 0 !
tests/DeepCopyTest/Matcher/PropertyMatcherTest.php | 2 1 + 1 - 0 !
tests/DeepCopyTest/Matcher/PropertyNameMatcherTest.php | 2 1 + 1 - 0 !
tests/DeepCopyTest/Matcher/PropertyTypeMatcherTest.php | 2 1 + 1 - 0 !
tests/DeepCopyTest/Reflection/ReflectionHelperTest.php | 2 1 + 1 - 0 !
tests/DeepCopyTest/TypeMatcher/TypeMatcherTest.php | 2 1 + 1 - 0 !
8 files changed, 10 insertions(+), 10 deletions(-)

 make provider classes static (phpunit 11 fix)

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

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

tests/DeepCopyTest/DeepCopyTest.php | 3 3 + 0 - 0 !
tests/DeepCopyTest/Filter/ReplaceFilterTest.php | 2 2 + 0 - 0 !
tests/DeepCopyTest/Matcher/Doctrine/DoctrineProxyMatcherTest.php | 2 2 + 0 - 0 !
tests/DeepCopyTest/Matcher/PropertyMatcherTest.php | 2 2 + 0 - 0 !
tests/DeepCopyTest/Matcher/PropertyNameMatcherTest.php | 2 2 + 0 - 0 !
tests/DeepCopyTest/Matcher/PropertyTypeMatcherTest.php | 2 2 + 0 - 0 !
tests/DeepCopyTest/Reflection/ReflectionHelperTest.php | 2 2 + 0 - 0 !
tests/DeepCopyTest/TypeMatcher/TypeMatcherTest.php | 2 2 + 0 - 0 !
8 files changed, 17 insertions(+)

 compatibility with recent phpunit (12)