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)
|