Package: php-proxy-manager / 2.11.1+1.0.18-4

Metadata

Package Version Patches format
php-proxy-manager 2.11.1+1.0.18-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Also skip system classes during tests.patch | (download)

tests/ProxyManagerTest/Functional/FatalPreventionFunctionalTest.php | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 also skip system classes during tests


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

tests/ProxyManagerTest/Factory/RemoteObject/Adapter/BaseAdapterTest.php | 4 2 + 2 - 0 !
tests/ProxyManagerTest/Factory/RemoteObject/Adapter/JsonRpcTest.php | 2 1 + 1 - 0 !
tests/ProxyManagerTest/Factory/RemoteObject/Adapter/SoapTest.php | 2 1 + 1 - 0 !
tests/ProxyManagerTest/Factory/RemoteObject/Adapter/XmlRpcTest.php | 2 1 + 1 - 0 !
tests/ProxyManagerTest/Functional/AccessInterceptorScopeLocalizerFunctionalTest.php | 2 1 + 1 - 0 !
tests/ProxyManagerTest/Functional/AccessInterceptorValueHolderFunctionalTest.php | 6 3 + 3 - 0 !
tests/ProxyManagerTest/Functional/FatalPreventionFunctionalTest.php | 149 0 + 149 - 0 !
tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php | 1644 0 + 1644 - 0 !
tests/ProxyManagerTest/Functional/LazyLoadingValueHolderFunctionalTest.php | 774 0 + 774 - 0 !
tests/ProxyManagerTest/Functional/MultipleProxyGenerationTest.php | 4 2 + 2 - 0 !
tests/ProxyManagerTest/Functional/NullObjectFunctionalTest.php | 4 2 + 2 - 0 !
tests/ProxyManagerTest/Functional/RemoteObjectFunctionalTest.php | 6 3 + 3 - 0 !
tests/ProxyManagerTest/Generator/MethodGeneratorTest.php | 2 1 + 1 - 0 !
tests/ProxyManagerTest/Generator/Util/ProxiedMethodReturnExpressionTest.php | 2 1 + 1 - 0 !
tests/ProxyManagerTest/ProxyGenerator/AbstractProxyGeneratorTest.php | 124 0 + 124 - 0 !
tests/ProxyManagerTest/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodPrefixInterceptorsTest.php | 23 0 + 23 - 0 !
tests/ProxyManagerTest/ProxyGenerator/AccessInterceptor/PropertyGenerator/MethodSuffixInterceptorsTest.php | 23 0 + 23 - 0 !
tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorScopeLocalizerTest.php | 74 0 + 74 - 0 !
tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorValueHolderTest.php | 37 0 + 37 - 0 !
tests/ProxyManagerTest/ProxyGenerator/Assertion/CanProxyAssertionTest.php | 2 1 + 1 - 0 !
tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializationTrackerTest.php | 32 0 + 32 - 0 !
tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/InitializerPropertyTest.php | 23 0 + 23 - 0 !
tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/PrivatePropertiesMapTest.php | 65 0 + 65 - 0 !
tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhost/PropertyGenerator/ProtectedPropertiesMapTest.php | 64 0 + 64 - 0 !
tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhostGeneratorTest.php | 79 0 + 79 - 0 !
tests/ProxyManagerTest/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/InitializerPropertyTest.php | 23 0 + 23 - 0 !
tests/ProxyManagerTest/ProxyGenerator/LazyLoadingValueHolder/PropertyGenerator/ValueHolderPropertyTest.php | 42 0 + 42 - 0 !
tests/ProxyManagerTest/ProxyGenerator/LazyLoadingValueHolderGeneratorTest.php | 31 0 + 31 - 0 !
tests/ProxyManagerTest/ProxyGenerator/NullObjectGeneratorTest.php | 143 0 + 143 - 0 !
tests/ProxyManagerTest/ProxyGenerator/PropertyGenerator/AbstractUniquePropertyNameTest.php | 30 0 + 30 - 0 !
tests/ProxyManagerTest/ProxyGenerator/RemoteObject/PropertyGenerator/AdapterPropertyTest.php | 23 0 + 23 - 0 !
tests/ProxyManagerTest/ProxyGenerator/RemoteObjectGeneratorTest.php | 113 0 + 113 - 0 !
tests/ProxyManagerTest/ProxyGenerator/Util/PropertiesTest.php | 2 1 + 1 - 0 !
tests/ProxyManagerTest/ProxyGenerator/Util/ProxiedMethodsFilterTest.php | 4 2 + 2 - 0 !
tests/ProxyManagerTest/ProxyGenerator/Util/UnsetPropertiesGeneratorTest.php | 2 1 + 1 - 0 !
35 files changed, 23 insertions(+), 3539 deletions(-)

 make provider functions static (phpunit 11 fix)

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

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

tests/ProxyManagerTest/Factory/AbstractBaseFactoryTest.php | 8 5 + 3 - 0 !
tests/ProxyManagerTest/Factory/AccessInterceptorScopeLocalizerFactoryTest.php | 2 1 + 1 - 0 !
tests/ProxyManagerTest/Factory/AccessInterceptorValueHolderFactoryTest.php | 6 3 + 3 - 0 !
tests/ProxyManagerTest/Factory/LazyLoadingGhostFactoryTest.php | 2 1 + 1 - 0 !
tests/ProxyManagerTest/Factory/LazyLoadingValueHolderFactoryTest.php | 6 3 + 3 - 0 !
tests/ProxyManagerTest/Factory/NullObjectFactoryTest.php | 6 3 + 3 - 0 !
tests/ProxyManagerTest/Factory/RemoteObject/Adapter/BaseAdapterTest.php | 3 3 + 0 - 0 !
tests/ProxyManagerTest/Factory/RemoteObjectFactoryTest.php | 2 1 + 1 - 0 !
tests/ProxyManagerTest/Functional/AccessInterceptorScopeLocalizerFunctionalTest.php | 53 20 + 33 - 0 !
tests/ProxyManagerTest/Functional/AccessInterceptorValueHolderFunctionalTest.php | 44 18 + 26 - 0 !
tests/ProxyManagerTest/Functional/MultipleProxyGenerationTest.php | 4 2 + 2 - 0 !
tests/ProxyManagerTest/Functional/NullObjectFunctionalTest.php | 40 8 + 32 - 0 !
tests/ProxyManagerTest/Functional/RemoteObjectFunctionalTest.php | 11 6 + 5 - 0 !
tests/ProxyManagerTest/Generator/MethodGeneratorTest.php | 9 3 + 6 - 0 !
tests/ProxyManagerTest/Generator/Util/IdentifierSuffixerTest.php | 15 5 + 10 - 0 !
tests/ProxyManagerTest/Generator/Util/ProxiedMethodReturnExpressionTest.php | 5 2 + 3 - 0 !
tests/ProxyManagerTest/Generator/Util/UniqueIdentifierGeneratorTest.php | 13 4 + 9 - 0 !
tests/ProxyManagerTest/GeneratorStrategy/FileWriterGeneratorStrategyTest.php | 2 1 + 1 - 0 !
tests/ProxyManagerTest/Inflector/ClassNameInflectorTest.php | 7 3 + 4 - 0 !
tests/ProxyManagerTest/Inflector/Util/ParameterEncoderTest.php | 4 2 + 2 - 0 !
tests/ProxyManagerTest/Inflector/Util/ParameterHasherTest.php | 4 2 + 2 - 0 !
tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorScopeLocalizer/MethodGenerator/Util/InterceptorGeneratorTest.php | 8 4 + 4 - 0 !
tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorValueHolder/MethodGenerator/Util/InterceptorGeneratorTest.php | 8 4 + 4 - 0 !
tests/ProxyManagerTest/ProxyGenerator/Assertion/CanProxyAssertionTest.php | 4 2 + 2 - 0 !
tests/ProxyManagerTest/ProxyGenerator/LazyLoadingValueHolder/MethodGenerator/MagicGetTest.php | 2 2 + 0 - 0 !
tests/ProxyManagerTest/ProxyGenerator/Util/PropertiesTest.php | 4 2 + 2 - 0 !
tests/ProxyManagerTest/ProxyGenerator/Util/ProxiedMethodsFilterTest.php | 7 3 + 4 - 0 !
tests/ProxyManagerTest/ProxyGenerator/Util/UnsetPropertiesGeneratorTest.php | 4 2 + 2 - 0 !
tests/ProxyManagerTest/Signature/SignatureGeneratorTest.php | 7 3 + 4 - 0 !
29 files changed, 118 insertions(+), 172 deletions(-)

 compatibility with recent phpunit (12)