Source: php-proxy-manager
Version: 2.11.1+1.0.14-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: pkg-php-p...@lists.alioth.debian.org
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

Reply via email to