Your message dated Sat, 12 Oct 2024 12:51:26 +0000
with message-id <[email protected]>
and subject line Bug#1039822: fixed in php-proxy-manager 2.11.1+1.0.18-3
has caused the Debian Bug report #1039822,
regarding php-proxy-manager: FTBFS with phpunit 10: make[1]: ***
[debian/rules:27: override_dh_auto_test] Error 2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1039822: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1039822
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: php-proxy-manager
Version: 2.11.1+1.0.14-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: phpunit
Hi,
We will start the phpunit 10 transition in unstable soon. During a test
rebuild, php-proxy-manager was found to FTBFS.
To reproduce this locally, you need to install the phpunit 10 package (and any
other dependency, which should also be available) from experimental on an
unstable system or build chroot.
Relevant part (hopefully):
> There were 2 PHPUnit errors:
>
> 1)
> ProxyManagerTest\Functional\FatalPreventionFunctionalTest::testCodeGeneration
> The data provider specified for
> ProxyManagerTest\Functional\FatalPreventionFunctionalTest::testCodeGeneration
> is invalid
> Empty data set provided by data provider
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/FatalPreventionFunctionalTest.php:51
>
> 2)
> ProxyManagerTest\Functional\MultipleProxyGenerationTest::testCanGenerateMultipleDifferentProxiesForSameClass
> The data provider specified for
> ProxyManagerTest\Functional\MultipleProxyGenerationTest::testCanGenerateMultipleDifferentProxiesForSameClass
> is invalid
> Too few arguments to function PHPUnit\Framework\TestCase::__construct(), 0
> passed in
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/MultipleProxyGenerationTest.php
> on line 116 and exactly 1 expected
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/MultipleProxyGenerationTest.php:62
>
> --
>
> There were 4 PHPUnit test runner warnings:
>
> 1) No tests found in class
> "ProxyManagerTest\Functional\FatalPreventionFunctionalTest".
>
> 2) No tests found in class
> "ProxyManagerTest\Functional\MultipleProxyGenerationTest".
>
> 3) Class ProxyManagerTest\ProxyGenerator\AbstractProxyGeneratorTest declared
> in
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/ProxyGenerator/AbstractProxyGeneratorTest.php
> is abstract
>
> 4) Class
> ProxyManagerTest\ProxyGenerator\PropertyGenerator\AbstractUniquePropertyNameTest
> declared in
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/ProxyGenerator/PropertyGenerator/AbstractUniquePropertyNameTest.php
> is abstract
>
> --
>
> There was 1 PHPUnit test runner deprecation:
>
> 1) Your XML configuration validates against a deprecated schema. Migrate your
> XML configuration using "--migrate-configuration"!
>
> --
>
> There were 5 errors:
>
> 1)
> ProxyManagerTest\Factory\RemoteObject\Adapter\BaseAdapterTest::testBaseAdapter
> Error: Call to undefined method
> PHPUnit\Framework\MockObject\MockBuilder::setMethods()
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Factory/RemoteObject/Adapter/BaseAdapterTest.php:29
>
> 2)
> ProxyManagerTest\Factory\RemoteObject\Adapter\BaseAdapterTest::testBaseAdapterWithServiceMap
> Error: Call to undefined method
> PHPUnit\Framework\MockObject\MockBuilder::setMethods()
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Factory/RemoteObject/Adapter/BaseAdapterTest.php:63
>
> 3)
> ProxyManagerTest\Factory\RemoteObject\Adapter\JsonRpcTest::testCanBuildAdapterWithJsonRpcClient
> Error: Call to undefined method
> PHPUnit\Framework\MockObject\MockBuilder::setMethods()
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Factory/RemoteObject/Adapter/JsonRpcTest.php:26
>
> 4)
> ProxyManagerTest\Factory\RemoteObject\Adapter\SoapTest::testCanBuildAdapterWithSoapRpcClient
> Error: Call to undefined method
> PHPUnit\Framework\MockObject\MockBuilder::setMethods()
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Factory/RemoteObject/Adapter/SoapTest.php:26
>
> 5)
> ProxyManagerTest\Factory\RemoteObject\Adapter\XmlRpcTest::testCanBuildAdapterWithXmlRpcClient
> Error: Call to undefined method
> PHPUnit\Framework\MockObject\MockBuilder::setMethods()
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Factory/RemoteObject/Adapter/XmlRpcTest.php:26
>
> --
>
> There was 1 failure:
>
> 1)
> ProxyManagerTest\GeneratorStrategy\FileWriterGeneratorStrategyTest::testGenerateWillFailIfTmpFileCannotBeWrittenToDisk
> Failed asserting that exception of type
> "ProxyManager\Exception\FileNotWritableException" is thrown.
>
> --
>
> 67 tests triggered 67 PHPUnit deprecations:
>
> 1)
> ProxyManagerTest\Functional\AccessInterceptorScopeLocalizerFunctionalTest::testPropertyReadAccess
> Data Provider method
> ProxyManagerTest\Functional\AccessInterceptorScopeLocalizerFunctionalTest::getPropertyAccessProxies()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/AccessInterceptorScopeLocalizerFunctionalTest.php:215
>
> 2)
> ProxyManagerTest\Functional\AccessInterceptorScopeLocalizerFunctionalTest::testPropertyWriteAccess
> Data Provider method
> ProxyManagerTest\Functional\AccessInterceptorScopeLocalizerFunctionalTest::getPropertyAccessProxies()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/AccessInterceptorScopeLocalizerFunctionalTest.php:228
>
> 3)
> ProxyManagerTest\Functional\AccessInterceptorScopeLocalizerFunctionalTest::testPropertyExistence
> Data Provider method
> ProxyManagerTest\Functional\AccessInterceptorScopeLocalizerFunctionalTest::getPropertyAccessProxies()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/AccessInterceptorScopeLocalizerFunctionalTest.php:240
>
> 4)
> ProxyManagerTest\Functional\AccessInterceptorScopeLocalizerFunctionalTest::testPropertyUnset
> Data Provider method
> ProxyManagerTest\Functional\AccessInterceptorScopeLocalizerFunctionalTest::getPropertyAccessProxies()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/AccessInterceptorScopeLocalizerFunctionalTest.php:253
>
> 5)
> ProxyManagerTest\Functional\AccessInterceptorValueHolderFunctionalTest::testMethodCalls
> Data Provider method
> ProxyManagerTest\Functional\AccessInterceptorValueHolderFunctionalTest::getProxyMethods()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/AccessInterceptorValueHolderFunctionalTest.php:57
>
> 6)
> ProxyManagerTest\Functional\AccessInterceptorValueHolderFunctionalTest::testMethodCallsWithSuffixListener
> Data Provider method
> ProxyManagerTest\Functional\AccessInterceptorValueHolderFunctionalTest::getProxyMethods()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/AccessInterceptorValueHolderFunctionalTest.php:112
>
> 7)
> ProxyManagerTest\Functional\AccessInterceptorValueHolderFunctionalTest::testMethodCallsAfterUnSerialization
> Data Provider method
> ProxyManagerTest\Functional\AccessInterceptorValueHolderFunctionalTest::getProxyMethods()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/AccessInterceptorValueHolderFunctionalTest.php:173
>
> 8)
> ProxyManagerTest\Functional\AccessInterceptorValueHolderFunctionalTest::testMethodCallsAfterCloning
> Data Provider method
> ProxyManagerTest\Functional\AccessInterceptorValueHolderFunctionalTest::getProxyMethods()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/AccessInterceptorValueHolderFunctionalTest.php:193
>
> 9)
> ProxyManagerTest\Functional\AccessInterceptorValueHolderFunctionalTest::testPropertyReadAccess
> Data Provider method
> ProxyManagerTest\Functional\AccessInterceptorValueHolderFunctionalTest::getPropertyAccessProxies()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/AccessInterceptorValueHolderFunctionalTest.php:212
>
> 10)
> ProxyManagerTest\Functional\AccessInterceptorValueHolderFunctionalTest::testPropertyWriteAccess
> Data Provider method
> ProxyManagerTest\Functional\AccessInterceptorValueHolderFunctionalTest::getPropertyAccessProxies()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/AccessInterceptorValueHolderFunctionalTest.php:225
>
> 11)
> ProxyManagerTest\Functional\AccessInterceptorValueHolderFunctionalTest::testPropertyExistence
> Data Provider method
> ProxyManagerTest\Functional\AccessInterceptorValueHolderFunctionalTest::getPropertyAccessProxies()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/AccessInterceptorValueHolderFunctionalTest.php:244
>
> 12)
> ProxyManagerTest\Functional\AccessInterceptorValueHolderFunctionalTest::testPropertyUnset
> Data Provider method
> ProxyManagerTest\Functional\AccessInterceptorValueHolderFunctionalTest::getPropertyAccessProxies()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/AccessInterceptorValueHolderFunctionalTest.php:265
>
> 13)
> ProxyManagerTest\Functional\AccessInterceptorValueHolderFunctionalTest::testWillInterceptAccessToPropertiesViaFriendClassAccess
> Data Provider method
> ProxyManagerTest\Functional\AccessInterceptorValueHolderFunctionalTest::getMethodsThatAccessPropertiesOnOtherObjectsInTheSameScope()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/AccessInterceptorValueHolderFunctionalTest.php:531
>
> 14)
> ProxyManagerTest\Functional\AccessInterceptorValueHolderFunctionalTest::testWillInterceptAccessToPropertiesViaFriendClassAccessEvenIfDeSerialized
> Data Provider method
> ProxyManagerTest\Functional\AccessInterceptorValueHolderFunctionalTest::getMethodsThatAccessPropertiesOnOtherObjectsInTheSameScope()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/AccessInterceptorValueHolderFunctionalTest.php:563
>
> 15)
> ProxyManagerTest\Functional\AccessInterceptorValueHolderFunctionalTest::testWillInterceptAccessToPropertiesViaFriendClassAccessEvenIfCloned
> Data Provider method
> ProxyManagerTest\Functional\AccessInterceptorValueHolderFunctionalTest::getMethodsThatAccessPropertiesOnOtherObjectsInTheSameScope()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/AccessInterceptorValueHolderFunctionalTest.php:596
>
> 16)
> ProxyManagerTest\Functional\FatalPreventionFunctionalTest::testCodeGeneration
> Data Provider method
> ProxyManagerTest\Functional\FatalPreventionFunctionalTest::getTestedClasses()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/FatalPreventionFunctionalTest.php:51
>
> 17)
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::testMethodCallsThatLazyLoadTheObject
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::getProxyInitializingMethods()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php:72
>
> 18)
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::testMethodCallsThatDoNotLazyLoadTheObject
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::getProxyNonInitializingMethods()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php:100
>
> 19)
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::testMethodCallsAfterUnSerialization
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::getProxyMethods()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php:134
>
> 20)
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::testMethodCallsAfterCloning
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::getProxyMethods()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php:164
>
> 21)
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::testPropertyReadAccess
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::getPropertyAccessProxies()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php:189
>
> 22)
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::testPropertyWriteAccess
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::getPropertyAccessProxies()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php:202
>
> 23)
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::testPropertyExistence
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::getPropertyAccessProxies()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php:214
>
> 24)
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::testPropertyAbsence
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::getPropertyAccessProxies()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php:223
>
> 25)
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::testPropertyUnset
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::getPropertyAccessProxies()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php:239
>
> 26)
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::testInitializationIsSkippedForSkippedProperties
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::skipPropertiesFixture()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php:1108
>
> 27)
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::testSkippedPropertiesAreNotOverwrittenOnInitialization
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::skipPropertiesFixture()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php:1138
>
> 28)
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::testWillLazyLoadMembersOfOtherProxiesWithTheSamePrivateScope
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::getMethodsThatAccessPropertiesOnOtherObjectsInTheSameScope()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php:1284
>
> 29)
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::testWillAccessMembersOfOtherDeSerializedProxiesWithTheSamePrivateScope
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::getMethodsThatAccessPropertiesOnOtherObjectsInTheSameScope()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php:1324
>
> 30)
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::testWillAccessMembersOfOtherClonedProxiesWithTheSamePrivateScope
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingGhostFunctionalTest::getMethodsThatAccessPropertiesOnOtherObjectsInTheSameScope()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php:1368
>
> 31)
> ProxyManagerTest\Functional\LazyLoadingValueHolderFunctionalTest::testMethodCalls
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingValueHolderFunctionalTest::getProxyMethods()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingValueHolderFunctionalTest.php:64
>
> 32)
> ProxyManagerTest\Functional\LazyLoadingValueHolderFunctionalTest::testMethodCallsAfterUnSerialization
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingValueHolderFunctionalTest::getProxyMethods()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingValueHolderFunctionalTest.php:90
>
> 33)
> ProxyManagerTest\Functional\LazyLoadingValueHolderFunctionalTest::testMethodCallsAfterCloning
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingValueHolderFunctionalTest::getProxyMethods()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingValueHolderFunctionalTest.php:122
>
> 34)
> ProxyManagerTest\Functional\LazyLoadingValueHolderFunctionalTest::testPropertyReadAccess
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingValueHolderFunctionalTest::getPropertyAccessProxies()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingValueHolderFunctionalTest.php:150
>
> 35)
> ProxyManagerTest\Functional\LazyLoadingValueHolderFunctionalTest::testPropertyWriteAccess
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingValueHolderFunctionalTest::getPropertyAccessProxies()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingValueHolderFunctionalTest.php:164
>
> 36)
> ProxyManagerTest\Functional\LazyLoadingValueHolderFunctionalTest::testPropertyExistence
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingValueHolderFunctionalTest::getPropertyAccessProxies()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingValueHolderFunctionalTest.php:182
>
> 37)
> ProxyManagerTest\Functional\LazyLoadingValueHolderFunctionalTest::testPropertyAbsence
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingValueHolderFunctionalTest::getPropertyAccessProxies()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingValueHolderFunctionalTest.php:192
>
> 38)
> ProxyManagerTest\Functional\LazyLoadingValueHolderFunctionalTest::testPropertyUnset
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingValueHolderFunctionalTest::getPropertyAccessProxies()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingValueHolderFunctionalTest.php:209
>
> 39)
> ProxyManagerTest\Functional\LazyLoadingValueHolderFunctionalTest::testWillLazyLoadMembersOfOtherProxiesWithTheSamePrivateScope
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingValueHolderFunctionalTest::getMethodsThatAccessPropertiesOnOtherObjectsInTheSameScope()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingValueHolderFunctionalTest.php:616
>
> 40)
> ProxyManagerTest\Functional\LazyLoadingValueHolderFunctionalTest::testWillFetchMembersOfOtherDeSerializedProxiesWithTheSamePrivateScope
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingValueHolderFunctionalTest::getMethodsThatAccessPropertiesOnOtherObjectsInTheSameScope()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingValueHolderFunctionalTest.php:640
>
> 41)
> ProxyManagerTest\Functional\LazyLoadingValueHolderFunctionalTest::testWillFetchMembersOfOtherClonedProxiesWithTheSamePrivateScope
> Data Provider method
> ProxyManagerTest\Functional\LazyLoadingValueHolderFunctionalTest::getMethodsThatAccessPropertiesOnOtherObjectsInTheSameScope()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/LazyLoadingValueHolderFunctionalTest.php:664
>
> 42)
> ProxyManagerTest\Functional\MultipleProxyGenerationTest::testCanGenerateMultipleDifferentProxiesForSameClass
> Data Provider method
> ProxyManagerTest\Functional\MultipleProxyGenerationTest::getTestedClasses()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/MultipleProxyGenerationTest.php:62
>
> 43) ProxyManagerTest\Functional\NullObjectFunctionalTest::testMethodCalls
> Data Provider method
> ProxyManagerTest\Functional\NullObjectFunctionalTest::getProxyMethods() is
> not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/NullObjectFunctionalTest.php:48
>
> 44)
> ProxyManagerTest\Functional\NullObjectFunctionalTest::testMethodCallsAfterUnSerialization
> Data Provider method
> ProxyManagerTest\Functional\NullObjectFunctionalTest::getProxyMethods() is
> not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/NullObjectFunctionalTest.php:61
>
> 45)
> ProxyManagerTest\Functional\NullObjectFunctionalTest::testMethodCallsAfterCloning
> Data Provider method
> ProxyManagerTest\Functional\NullObjectFunctionalTest::getProxyMethods() is
> not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/NullObjectFunctionalTest.php:75
>
> 46)
> ProxyManagerTest\Functional\NullObjectFunctionalTest::testPropertyReadAccess
> Data Provider method
> ProxyManagerTest\Functional\NullObjectFunctionalTest::getPropertyAccessProxies()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/NullObjectFunctionalTest.php:85
>
> 47)
> ProxyManagerTest\Functional\NullObjectFunctionalTest::testPropertyWriteAccess
> Data Provider method
> ProxyManagerTest\Functional\NullObjectFunctionalTest::getPropertyAccessProxies()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/NullObjectFunctionalTest.php:99
>
> 48)
> ProxyManagerTest\Functional\NullObjectFunctionalTest::testPropertyExistence
> Data Provider method
> ProxyManagerTest\Functional\NullObjectFunctionalTest::getPropertyAccessProxies()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/NullObjectFunctionalTest.php:110
>
> 49) ProxyManagerTest\Functional\NullObjectFunctionalTest::testPropertyUnset
> Data Provider method
> ProxyManagerTest\Functional\NullObjectFunctionalTest::getPropertyAccessProxies()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/NullObjectFunctionalTest.php:124
>
> 50)
> ProxyManagerTest\Functional\RemoteObjectFunctionalTest::testXmlRpcMethodCalls
> Data Provider method
> ProxyManagerTest\Functional\RemoteObjectFunctionalTest::getProxyMethods() is
> not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/RemoteObjectFunctionalTest.php:94
>
> 51)
> ProxyManagerTest\Functional\RemoteObjectFunctionalTest::testJsonRpcMethodCalls
> Data Provider method
> ProxyManagerTest\Functional\RemoteObjectFunctionalTest::getProxyMethods() is
> not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/RemoteObjectFunctionalTest.php:118
>
> 52)
> ProxyManagerTest\Functional\RemoteObjectFunctionalTest::testJsonRpcPropertyReadAccess
> Data Provider method
> ProxyManagerTest\Functional\RemoteObjectFunctionalTest::getPropertyAccessProxies()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/RemoteObjectFunctionalTest.php:140
>
> 53)
> ProxyManagerTest\Functional\RemoteObjectFunctionalTest::testWillInterceptAccessToPropertiesViaFriendClassAccess
> Data Provider method
> ProxyManagerTest\Functional\RemoteObjectFunctionalTest::getMethodsThatAccessPropertiesOnOtherObjectsInTheSameScope()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/RemoteObjectFunctionalTest.php:335
>
> 54)
> ProxyManagerTest\Functional\RemoteObjectFunctionalTest::testWillInterceptAccessToPropertiesViaFriendClassAccessEvenIfCloned
> Data Provider method
> ProxyManagerTest\Functional\RemoteObjectFunctionalTest::getMethodsThatAccessPropertiesOnOtherObjectsInTheSameScope()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Functional/RemoteObjectFunctionalTest.php:363
>
> 55)
> ProxyManagerTest\Generator\MethodGeneratorTest::testGenerateMethodWithScalarTypeHinting
> Data Provider method
> ProxyManagerTest\Generator\MethodGeneratorTest::scalarTypeHintedMethods() is
> not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Generator/MethodGeneratorTest.php:108
>
> 56)
> ProxyManagerTest\Generator\Util\ProxiedMethodReturnExpressionTest::testGeneratedReturnExpression
> Data Provider method
> ProxyManagerTest\Generator\Util\ProxiedMethodReturnExpressionTest::returnExpressionsProvider()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/Generator/Util/ProxiedMethodReturnExpressionTest.php:23
>
> 57)
> ProxyManagerTest\ProxyGenerator\AccessInterceptorScopeLocalizerTest::testGeneratesValidCode
> Data Provider method
> ProxyManagerTest\ProxyGenerator\AccessInterceptorScopeLocalizerTest::getTestedImplementations()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/ProxyGenerator/AccessInterceptorScopeLocalizerTest.php:33
>
> 58)
> ProxyManagerTest\ProxyGenerator\AccessInterceptorValueHolderTest::testGeneratesValidCode
> Data Provider method
> ProxyManagerTest\ProxyGenerator\AccessInterceptorValueHolderTest::getTestedImplementations()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/ProxyGenerator/AbstractProxyGeneratorTest.php:47
>
> 59)
> ProxyManagerTest\ProxyGenerator\Assertion\CanProxyAssertionTest::testAllowedClass
> Data Provider method
> ProxyManagerTest\ProxyGenerator\Assertion\CanProxyAssertionTest::validClasses()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/ProxyGenerator/Assertion/CanProxyAssertionTest.php:81
>
> 60)
> ProxyManagerTest\ProxyGenerator\LazyLoadingGhostGeneratorTest::testGeneratesValidCode
> Data Provider method
> ProxyManagerTest\ProxyGenerator\LazyLoadingGhostGeneratorTest::getTestedImplementations()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/ProxyGenerator/LazyLoadingGhostGeneratorTest.php:29
>
> 61)
> ProxyManagerTest\ProxyGenerator\LazyLoadingValueHolderGeneratorTest::testGeneratesValidCode
> Data Provider method
> ProxyManagerTest\ProxyGenerator\LazyLoadingValueHolderGeneratorTest::getTestedImplementations()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/ProxyGenerator/AbstractProxyGeneratorTest.php:47
>
> 62)
> ProxyManagerTest\ProxyGenerator\NullObjectGeneratorTest::testGeneratesValidCode
> Data Provider method
> ProxyManagerTest\ProxyGenerator\NullObjectGeneratorTest::getTestedImplementations()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/ProxyGenerator/NullObjectGeneratorTest.php:45
>
> 63)
> ProxyManagerTest\ProxyGenerator\RemoteObjectGeneratorTest::testGeneratesValidCode
> Data Provider method
> ProxyManagerTest\ProxyGenerator\RemoteObjectGeneratorTest::getTestedImplementations()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/ProxyGenerator/RemoteObjectGeneratorTest.php:42
>
> 64)
> ProxyManagerTest\ProxyGenerator\Util\PropertiesTest::testSkipPropertiesByFiltering
> Data Provider method
> ProxyManagerTest\ProxyGenerator\Util\PropertiesTest::propertiesToSkipFixture()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/ProxyGenerator/Util/PropertiesTest.php:408
>
> 65)
> ProxyManagerTest\ProxyGenerator\Util\ProxiedMethodsFilterTest::testFiltering
> Data Provider method
> ProxyManagerTest\ProxyGenerator\Util\ProxiedMethodsFilterTest::expectedMethods()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/ProxyGenerator/Util/ProxiedMethodsFilterTest.php:41
>
> 66)
> ProxyManagerTest\ProxyGenerator\Util\ProxiedMethodsFilterTest::testFilteringOfAbstractPublic
> Data Provider method
> ProxyManagerTest\ProxyGenerator\Util\ProxiedMethodsFilterTest::expectedAbstractPublicMethods()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/ProxyGenerator/Util/ProxiedMethodsFilterTest.php:64
>
> 67)
> ProxyManagerTest\ProxyGenerator\Util\UnsetPropertiesGeneratorTest::testGeneratedCode
> Data Provider method
> ProxyManagerTest\ProxyGenerator\Util\UnsetPropertiesGeneratorTest::classNamesProvider()
> is not static
>
> /<<PKGBUILDDIR>>/tests/ProxyManagerTest/ProxyGenerator/Util/UnsetPropertiesGeneratorTest.php:31
>
> --
>
> There were 5 risky tests:
>
> 1)
> ProxyManagerTest\Factory\RemoteObject\Adapter\BaseAdapterTest::testBaseAdapter
> This test did not perform any assertions
>
The full build logs and additional context is available at
http://people.ubuntu.com/~athos-ribeiro/rebuilds/phpunit10/0/php-proxy-manager/
A phpunit reverse-dependencies rebuild status is available at
http://people.ubuntu.com/~athos-ribeiro/rebuilds/phpunit10/index.html
--
Athos Ribeiro
--- End Message ---
--- Begin Message ---
Source: php-proxy-manager
Source-Version: 2.11.1+1.0.18-3
Done: David Prévot <[email protected]>
We believe that the bug you reported is fixed in the latest version of
php-proxy-manager, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
David Prévot <[email protected]> (supplier of updated php-proxy-manager package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sat, 12 Oct 2024 13:24:08 +0100
Source: php-proxy-manager
Architecture: source
Version: 2.11.1+1.0.18-3
Distribution: unstable
Urgency: medium
Maintainer: Debian PHP PEAR Maintainers <[email protected]>
Changed-By: David Prévot <[email protected]>
Closes: 1039822
Changes:
php-proxy-manager (2.11.1+1.0.18-3) unstable; urgency=medium
.
* Make provider functions static (PHPUnit 11 Fix) (Closes: #1039822)
Checksums-Sha1:
a4954af15fa63816a605033498f8ff7fa68acad9 1961
php-proxy-manager_2.11.1+1.0.18-3.dsc
efc2ca550f3abe755843b022a4ef12098eea4af5 19456
php-proxy-manager_2.11.1+1.0.18-3.debian.tar.xz
ac859a33af3f1b86eaec37fc4700e376faf31df7 8458
php-proxy-manager_2.11.1+1.0.18-3_amd64.buildinfo
Checksums-Sha256:
388c87311e043fa530d3a89ff9f14d7a9fc75b1195cfcc92c0c3a547ad6486b0 1961
php-proxy-manager_2.11.1+1.0.18-3.dsc
c218ac3212537e6afc39b1558612cadc84c4aa8ec346ef6462eabc719850d842 19456
php-proxy-manager_2.11.1+1.0.18-3.debian.tar.xz
1e6c42f47b0aaedb7a2592aef753651a188951f0801c11e10beb2fbe7608b98f 8458
php-proxy-manager_2.11.1+1.0.18-3_amd64.buildinfo
Files:
7397a473a3e493caf656e02beb137045 1961 php optional
php-proxy-manager_2.11.1+1.0.18-3.dsc
329813c6ddc9eae528adf5a8b392563d 19456 php optional
php-proxy-manager_2.11.1+1.0.18-3.debian.tar.xz
bd78b9ebafcdb98e71659fd25e311a20 8458 php optional
php-proxy-manager_2.11.1+1.0.18-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFGBAEBCAAwFiEEeHVNB7wJXHRI941mBYwc+UT2vTwFAmcKa0cSHHRhZmZpdEBk
ZWJpYW4ub3JnAAoJEAWMHPlE9r08lvIH/i958rwNwEcQMJvLtAgV+zmUBDu8f4BV
qPmhH2A2sp3SCJHrNwRBoaubi/sPWDOiwCSkYUN08LZUxsO6zaTE3qOyyItz5pY3
mqOIuAILKSc2cPlI+EIQWx3x9Bex5aeaO8Ap3ZugWKeE4ChAtiRrpz+9XXPMP8tI
cOhzn3nSMHqAAkK9ipNFkKWb+iji20cmmoHIC1P9wT+ZTElaXR5fTxzXMviOPKIt
L3g0p5Ux3E9JAWj3SKgGS4tep4xMxXO2Qkiu20hukia8ZSHohLPrOCL8heT1m964
GpwTlblWqXD5VhiIPT5y0nhLTw8Ycd7uYuIR56DDuLpHjtY5uVAuuwU=
=QcXL
-----END PGP SIGNATURE-----
pgpjjcwPmcUYN.pgp
Description: PGP signature
--- End Message ---