1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00
amp/test
Aaron Piotrowski 8ca8009074 Remove note about yielding in finally
Yielding in finally will work as long as the generator is not force closed (for example, a yielded promise is never resolved and the coroutine object is subsequently destroyed).
2017-04-25 14:29:10 -05:00
..
Loop Update php-cs-fixer to version 2 and upgrade rules 2017-04-24 16:22:02 +02:00
AdaptTest.php Fix code style according to new rules 2017-04-24 15:27:04 +02:00
AllTest.php Revert to assertEquals where order might be different, remove strict rule 2017-04-24 16:28:56 +02:00
AnyTest.php Revert to assertEquals where order might be different, remove strict rule 2017-04-24 16:28:56 +02:00
CallableMakerTest.php Upgrade to PHPUnit 6 2017-03-11 14:57:03 +01:00
CallTest.php Fix code style according to new rules 2017-04-24 15:27:04 +02:00
CaptureTest.php Fix tests regarding UnionTypeError 2017-04-24 15:27:04 +02:00
ConcatTest.php Fix tests regarding UnionTypeError 2017-04-24 15:27:04 +02:00
CoroutineTest.php Remove note about yielding in finally 2017-04-25 14:29:10 -05:00
DeferredTest.php Rename Promise::when to Promise::onResolve, resolves #77 2017-03-21 17:23:37 +01:00
FailureTest.php Run returned generator as coroutine from onResolve and onEmit callbacks 2017-03-27 18:37:55 -05:00
FilterTest.php Update php-cs-fixer to version 2 and upgrade rules 2017-04-24 16:22:02 +02:00
FirstTest.php Update php-cs-fixer to version 2 and upgrade rules 2017-04-24 16:22:02 +02:00
InvalidYieldErrorTest.php Update php-cs-fixer to version 2 and upgrade rules 2017-04-24 16:22:02 +02:00
LazyPromiseTest.php Fix code style according to new rules 2017-04-24 15:27:04 +02:00
LoopTest.php Update php-cs-fixer to version 2 and upgrade rules 2017-04-24 16:22:02 +02:00
MapTest.php Update php-cs-fixer to version 2 and upgrade rules 2017-04-24 16:22:02 +02:00
MergeTest.php Fix tests regarding UnionTypeError 2017-04-24 15:27:04 +02:00
PauseTest.php Fix code style according to new rules 2017-04-24 15:27:04 +02:00
PipeTest.php Fix tests regarding UnionTypeError 2017-04-24 15:27:04 +02:00
PlaceholderTraitTest.php Run returned generator as coroutine from onResolve and onEmit callbacks 2017-03-27 18:37:55 -05:00
ProducerTest.php Fix code style according to new rules 2017-04-24 15:27:04 +02:00
ProducerTraitTest.php Fix code style according to new rules 2017-04-24 15:27:04 +02:00
PromiseTest.php Update php-cs-fixer to version 2 and upgrade rules 2017-04-24 16:22:02 +02:00
RethrowTest.php Fix tests regarding UnionTypeError 2017-04-24 15:27:04 +02:00
SomeTest.php Revert to assertEquals where order might be different, remove strict rule 2017-04-24 16:28:56 +02:00
StreamFromIterableTest.php Fix tests regarding UnionTypeError 2017-04-24 15:27:04 +02:00
StreamIteratorTest.php Fix code style according to new rules 2017-04-24 15:27:04 +02:00
StructTest.php Update php-cs-fixer to version 2 and upgrade rules 2017-04-24 16:22:02 +02:00
SuccessTest.php Fix code style according to new rules 2017-04-24 15:27:04 +02:00
TimeoutTest.php Fix tests regarding UnionTypeError 2017-04-24 15:27:04 +02:00
WaitTest.php Fix tests regarding UnionTypeError 2017-04-24 15:27:04 +02:00