0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-12-22 23:51:51 +00:00

Adapt tests to different V8 versions

This commit is contained in:
Stefan Siegl 2016-01-09 21:36:30 +01:00
parent 4a8a8b812f
commit 796ae85cb6
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ $v8->executeString($JS);
?> ?>
===EOF=== ===EOF===
--EXPECTF-- --EXPECTF--
Fatal error: Uncaught exception 'V8JsScriptException' with message 'V8Js::compileString():1: TypeError: PHP.hello is not a function' in %s Fatal error: Uncaught exception 'V8JsScriptException' with message 'V8Js::compileString():1: TypeError: %s is not a function' in %s
Stack trace: Stack trace:
#0 %s: V8Js->executeString('PHP.hello();') #0 %s: V8Js->executeString('PHP.hello();')
#1 {main} #1 {main}

View File

@ -23,7 +23,7 @@ $v8->executeString($JS);
?> ?>
===EOF=== ===EOF===
--EXPECTF-- --EXPECTF--
Fatal error: Uncaught exception 'V8JsScriptException' with message 'V8Js::compileString():1: TypeError: PHP.hello is not a function' in %s Fatal error: Uncaught exception 'V8JsScriptException' with message 'V8Js::compileString():1: TypeError: %s is not a function' in %s
Stack trace: Stack trace:
#0 %s: V8Js->executeString('PHP.hello();') #0 %s: V8Js->executeString('PHP.hello();')
#1 {main} #1 {main}