From 05091f6b4a68ff4924c399bf6ac77ceca40ddaf6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 Apr 2020 15:01:32 +0200 Subject: [PATCH] fix test for php 7/8 --- tests/missing-file.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/missing-file.phpt b/tests/missing-file.phpt index 8bd131e..f62eb7d 100644 --- a/tests/missing-file.phpt +++ b/tests/missing-file.phpt @@ -12,5 +12,5 @@ try { echo $e->getMessage(), "\n"; } --EXPECTF-- -Warning: Handlebars\VM::renderFile(dontreal): failed to open stream: No such file or directory in %s on line %d +Warning: Handlebars\VM::renderFile(dontreal): %ailed to open stream: No such file or directory in %s on line %d Failed to read input template file -- 2.25.2