Skip to content

Commit

Permalink
Merge branch '6.13' into 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Longosz committed Sep 14, 2018
2 parents 7e78b6b + 878d09d commit d2cec4a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ abstract class FileSystemTwigIntegrationTestCase extends Twig_Test_IntegrationTe
* Overrides the default implementation to use the chain loader so that
* templates used internally are correctly loaded.
*/
protected function doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs)
protected function doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs, $deprecation = '')
{
if ($condition) {
eval('$ret = ' . $condition . ';');
Expand Down

0 comments on commit d2cec4a

Please sign in to comment.