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/reflection/tests/closures_002.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/reflection/tests/closures_002.phpt') diff --git a/ext/reflection/tests/closures_002.phpt b/ext/reflection/tests/closures_002.phpt index e8b080f5cb..65eb5c86f7 100644 --- a/ext/reflection/tests/closures_002.phpt +++ b/ext/reflection/tests/closures_002.phpt @@ -20,7 +20,7 @@ var_dump($rp->isOptional()); ?> ===DONE=== ---EXPECTF-- +--EXPECT-- string(8) "__invoke" int(2) int(1) -- cgit v1.2.1