Skip to content

Commit

Permalink
Merge branch '7.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Longosz committed Sep 14, 2018
2 parents 68dd958 + d2cec4a commit 7986439
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 7986439

Please sign in to comment.