From 9113e6f418b471035dfd1d46958b4a6fd4c6db8b Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Wed, 27 Mar 2019 13:15:59 -0600 Subject: [PATCH] Another deprecated class reference updated --- tests/unit/cms/classes/ControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()