1
0
mirror of https://github.com/danog/amp.git synced 2024-12-04 10:28:01 +01:00
amp/test/Stream
Aaron Piotrowski d496c9db24
Resolve promise with YieldedValue
A suggested alternative to resolving with [$yieldedValue] since static analysis (specifically Psalm) doesn't play well with that API.

Will revert if Psalm changes or we decide to resolve with [$yieldedValue] anyway.
2020-09-24 12:53:29 -05:00
..
ConcatTest.php Resolve promise with YieldedValue 2020-09-24 12:53:29 -05:00
DiscardTest.php Add Streams 2020-09-24 12:53:27 -05:00
FilterTest.php Resolve promise with YieldedValue 2020-09-24 12:53:29 -05:00
FromIterableTest.php Resolve promise with YieldedValue 2020-09-24 12:53:29 -05:00
MapTest.php Resolve promise with YieldedValue 2020-09-24 12:53:29 -05:00
MergeTest.php Resolve promise with YieldedValue 2020-09-24 12:53:29 -05:00
ToArrayTest.php Use AsyncTestCase for stream tests 2020-09-24 12:53:28 -05:00