Skip to content

Commit 8a84260

Browse files
committed
remove leftover debug code from test
1 parent 267eb41 commit 8a84260

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Unit/ProxyClient/VarnishTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,6 @@ public function testExceptions(\Exception $exception, $type)
225225
} catch (ExceptionCollection $exceptions) {
226226
$this->assertCount(1, $exceptions);
227227
$this->assertInstanceOf($type, $exceptions->getFirst());
228-
} catch (\Exception $e) {
229-
die(get_class($e));
230228
}
231229
}
232230

0 commit comments

Comments
 (0)