From ded3d984c6133b1f508ed84e96df3316e207c99b Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Mon, 19 Feb 2018 05:59:41 -0300 Subject: Use EXPECT instead of EXPECTF when possible EXPECTF logic in run-tests.php is considerable, so let's avoid it. --- ext/dom/tests/DOMComment_construct_error_001.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/dom/tests/DOMComment_construct_error_001.phpt') diff --git a/ext/dom/tests/DOMComment_construct_error_001.phpt b/ext/dom/tests/DOMComment_construct_error_001.phpt index 27424c35e4..e02c2a97a2 100644 --- a/ext/dom/tests/DOMComment_construct_error_001.phpt +++ b/ext/dom/tests/DOMComment_construct_error_001.phpt @@ -13,5 +13,5 @@ try { echo $e->getMessage(), "\n"; } ?> ---EXPECTF-- +--EXPECT-- DOMComment::__construct() expects at most 1 parameter, 2 given -- cgit v1.2.1