-  
 -   Notifications  
You must be signed in to change notification settings  - Fork 8
 
Closed
Description
Shoulnd't it abort the loop instead?
Same happens if we just remove the line throw new Exception("TEST");, but I'm not sure whether it's so by design.
class MyAsyncTestCase extends AsyncTestCase { function test() { Loop::repeat(1000, static function() { echo "alive\n"; }); throw new Exception("TEST"); // Doesn't abort the loop. This method runs forever. } }Metadata
Metadata
Assignees
Labels
No labels