From ee47236a4c08c39ba5fb33ee9ff13bb838f3a4d9 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Mon, 19 Mar 2018 19:37:04 +0100 Subject: [PATCH] [Debug] fix test --- src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php b/src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php index 18834badae..4eb4aef0c0 100644 --- a/src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php +++ b/src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php @@ -533,6 +533,7 @@ class ErrorHandlerTest extends TestCase /** * @expectedException \Exception + * @group no-hhvm */ public function testCustomExceptionHandler() {