Package: php-react-promise / 3.3.0-2

Metadata

Package Version Patches format
php-react-promise 3.3.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Don t expect src in test output.patch | (download)

tests/FunctionAnyTestRejectedShouldReportUnhandled.phpt | 6 3 + 3 - 0 !
tests/FunctionRejectTestFinallyThatThrowsNewExceptionShouldReportUnhandledForNewExceptionOnly.phpt | 6 3 + 3 - 0 !
tests/FunctionRejectTestThenMatchingThatThrowsNewExceptionShouldReportUnhandledRejectionForNewExceptionOnly.phpt | 2 1 + 1 - 0 !
tests/FunctionRejectTestThenMismatchThrowsTypeErrorAndShouldReportUnhandledForTypeErrorOnlyOnPhp7.phpt | 4 2 + 2 - 0 !
tests/FunctionRejectTestThenMismatchThrowsTypeErrorAndShouldReportUnhandledForTypeErrorOnlyOnPhp8.phpt | 4 2 + 2 - 0 !
tests/FunctionSetRejectionHandlerThatTriggersErrorHandlerThatThrowsShouldTerminateProgramForUnhandled.phpt | 4 2 + 2 - 0 !
6 files changed, 13 insertions(+), 13 deletions(-)

 =?utf-8?q?don=e2=80=99t_expect_src/_in_test_output?=


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

tests/DeferredTest.php | 9 6 + 3 - 0 !
tests/FunctionAllTest.php | 29 20 + 9 - 0 !
tests/FunctionAnyTest.php | 41 28 + 13 - 0 !
tests/FunctionCheckTypehintTest.php | 81 31 + 50 - 0 !
tests/FunctionRaceTest.php | 32 22 + 10 - 0 !
tests/FunctionRejectTest.php | 5 4 + 1 - 0 !
tests/FunctionResolveTest.php | 22 15 + 7 - 0 !
tests/Internal/CancellationQueueTest.php | 20 12 + 8 - 0 !
tests/Internal/FulfilledPromiseTest.php | 7 4 + 3 - 0 !
tests/PromiseTest.php | 50 29 + 21 - 0 !
tests/PromiseTest/CancelTestTrait.php | 53 36 + 17 - 0 !
tests/PromiseTest/PromiseFulfilledTestTrait.php | 69 45 + 24 - 0 !
tests/PromiseTest/PromisePendingTestTrait.php | 20 14 + 6 - 0 !
tests/PromiseTest/PromiseRejectedTestTrait.php | 80 54 + 26 - 0 !
tests/PromiseTest/PromiseSettledTestTrait.php | 17 12 + 5 - 0 !
tests/PromiseTest/RejectTestTrait.php | 29 20 + 9 - 0 !
tests/PromiseTest/ResolveTestTrait.php | 42 26 + 16 - 0 !
17 files changed, 378 insertions(+), 228 deletions(-)

 compatibility with recent phpunit (12)