From 858eed4a9554f10f6c8bf4d8c17619df6a1a2361 Mon Sep 17 00:00:00 2001 From: Yaakov Saxon Date: Fri, 27 Oct 2023 11:25:58 -0400 Subject: [PATCH] exceedingly minor fabbot whitespace fix --- tests/Extension/SandboxTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Extension/SandboxTest.php b/tests/Extension/SandboxTest.php index 67f2c666e48..2e46a9b1ad4 100644 --- a/tests/Extension/SandboxTest.php +++ b/tests/Extension/SandboxTest.php @@ -441,7 +441,7 @@ public function testMultipleClassMatchesViaInheritanceInAllowedMethods() $twig_parent_first->load('1_childobj_childmethod')->render(self::$params); } catch (SecurityError $e) { $this->fail('checkMethodAllowed is exiting prematurely after matching a parent class and not seeing a method allowed on a child class later in the list'); - } + } try { $twig_child_first->load('1_childobj_parentmethod')->render(self::$params);