We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66bceb8 commit f7f5a9aCopy full SHA for f7f5a9a
src/Test.php
@@ -879,7 +879,7 @@ function testErrorHandlerCapturesUncaughtException()
879
$oldErrorHandler = $this->loop->setErrorHandler(function(\Exception $error) use (&$msg) {
880
$msg = $error->getMessage();
881
});
882
- $this->assertEquals($d, $oldErrorHandler);
+ $this->assertEquals($f, $oldErrorHandler);
883
$this->start(function(Driver $loop) {
884
$loop->defer(function() {
885
throw new \Exception("loop error");
0 commit comments