Skip to content

Commit

Permalink
exceedingly minor fabbot whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YSaxon committed Oct 27, 2023
1 parent ce4047c commit 858eed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Extension/SandboxTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 858eed4

Please sign in to comment.