Skip to content

Commit 3808f69

Browse files
committed
Adapt tests V8 3.24 also
1 parent 796ae85 commit 3808f69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/issue_183_001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $v8->executeString($JS);
2323
?>
2424
===EOF===
2525
--EXPECTF--
26-
Fatal error: Uncaught exception 'V8JsScriptException' with message 'V8Js::compileString():1: TypeError: %s is not a function' in %s
26+
Fatal error: Uncaught exception 'V8JsScriptException' with message 'V8Js::compileString():1: TypeError: %s' in %s
2727
Stack trace:
2828
#0 %s: V8Js->executeString('PHP.hello();')
2929
#1 {main}

tests/issue_183_002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $v8->executeString($JS);
2323
?>
2424
===EOF===
2525
--EXPECTF--
26-
Fatal error: Uncaught exception 'V8JsScriptException' with message 'V8Js::compileString():1: TypeError: %s is not a function' in %s
26+
Fatal error: Uncaught exception 'V8JsScriptException' with message 'V8Js::compileString():1: TypeError: %s' in %s
2727
Stack trace:
2828
#0 %s: V8Js->executeString('PHP.hello();')
2929
#1 {main}

0 commit comments

Comments
 (0)