diff --git a/tests/unit/cms/classes/ControllerTest.php b/tests/unit/cms/classes/ControllerTest.php index 8e6d3a366..b0f485d1d 100644 --- a/tests/unit/cms/classes/ControllerTest.php +++ b/tests/unit/cms/classes/ControllerTest.php @@ -147,7 +147,7 @@ class ControllerTest extends TestCase } /** - * @expectedException Twig_Error_Runtime + * @expectedException \Twig\Error\RuntimeError * @expectedExceptionMessage is not found */ public function testPartialNotFound()