Package: php-async-aws-core / 1.27.0-1

Metadata

Package Version Patches format
php-async-aws-core 1.27.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Add a network group for tests needing it.patch | (download)

tests/Integration/StsClientTest.php | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 add a network group for tests needing it


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

tests/HttpClient/AwsRetryStrategyTest.php | 2 1 + 1 - 0 !
tests/Unit/ConfigurationTest.php | 2 1 + 1 - 0 !
tests/Unit/Signer/SignerV4Test.php | 2 1 + 1 - 0 !
tests/Unit/Stream/CallableStreamTest.php | 6 3 + 3 - 0 !
tests/Unit/Stream/FixedSizeStreamTest.php | 6 3 + 3 - 0 !
tests/Unit/Stream/IterableStreamTest.php | 6 3 + 3 - 0 !
tests/Unit/Stream/ResourceStreamTest.php | 6 3 + 3 - 0 !
tests/Unit/Stream/RewindableStreamTest.php | 6 3 + 3 - 0 !
tests/Unit/Stream/StringStreamTest.php | 6 3 + 3 - 0 !
9 files changed, 21 insertions(+), 21 deletions(-)

 make provider functions static (phpunit 11 fix)

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

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

tests/HttpClient/AwsRetryStrategyTest.php | 2 2 + 0 - 0 !
tests/Unit/ConfigurationTest.php | 2 2 + 0 - 0 !
tests/Unit/Signer/SignerV4Test.php | 2 2 + 0 - 0 !
tests/Unit/Stream/CallableStreamTest.php | 4 4 + 0 - 0 !
tests/Unit/Stream/FixedSizeStreamTest.php | 5 5 + 0 - 0 !
tests/Unit/Stream/IterableStreamTest.php | 4 4 + 0 - 0 !
tests/Unit/Stream/ResourceStreamTest.php | 4 4 + 0 - 0 !
tests/Unit/Stream/RewindableStreamTest.php | 4 4 + 0 - 0 !
tests/Unit/Stream/StringStreamTest.php | 4 4 + 0 - 0 !
9 files changed, 31 insertions(+)

 compatibility with recent phpunit (12)