From 81018372e4acb1ee205e0bcceabec8fedd957d5d Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Sat, 25 Jul 2015 16:01:54 +0200 Subject: [PATCH] Adapt test to changed v8 error message Added a "%s" so both messages are matched: * Extension or internal compilation error: MakeReferenceError in handlebars at line 1. * Extension or internal compilation error in handlebars at line 1. --- tests/extensions_error.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/extensions_error.phpt b/tests/extensions_error.phpt index f616ac1..86594d1 100644 --- a/tests/extensions_error.phpt +++ b/tests/extensions_error.phpt @@ -17,7 +17,7 @@ var_dump($v8); -- registerExtension -- -- creating V8Js object -- Exception thrown during bootstrapping -Extension or internal compilation error in handlebars at line 1. +Extension or internal compilation error%sin handlebars at line 1. Error installing extension 'handlebars'. Warning: V8Js::__construct(): Failed to create V8 context. Check that registered extensions do not have errors. in %s on line %d