Skip to content

Commit 9f16ab6

Browse files
alongoszViniTou
authored andcommitted
[Tests] Changed visibility of FileSystemTwigIntegrationTestCase::buildTwigErrorFromException method to protected
1 parent 637abf9 commit 9f16ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSystemTwigIntegrationTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ protected function doIntegrationTest($file, $message, $condition, $templates, $e
135135
}
136136
}
137137

138-
private function buildTwigErrorFromException(Exception $e, string $file): Error
138+
protected function buildTwigErrorFromException(Exception $e, string $file): Error
139139
{
140140
$code = file_get_contents($file);
141141
self::assertNotFalse($code, sprintf('Unable to load "%s".', $file));

0 commit comments

Comments
 (0)