Package: php-mock-phpunit / 2.15.0-2

Metadata

Package Version Patches format
php-mock-phpunit 2.15.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Skip test inherited from php mock.patch | (download)

tests/PHPMockTest.php | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 skip test inherited from php-mock


0002 fix PHPUnit 13.0.1 tests 94.patch | (download)

tests/MockObjectProxyTest.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix: phpunit 13.0.1 tests (#94)

As of https://github.com/sebastianbergmann/phpunit/releases/tag/13.0.1
`InvocationHandler` returns now `InvocationStubber` for stubs instead of `InvocationMocker`

See https://github.com/sebastianbergmann/phpunit/issues/6497