From 6c4e2079c0ab06ca39d1cce69e46f94cabbf3c53 Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Mon, 11 Mar 2019 00:05:44 -0300 Subject: Use EXPECT when possible EXPECTF logic in run-tests.php is considerable, so let's avoid it. --- ext/pgsql/tests/bug76548.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pgsql/tests') diff --git a/ext/pgsql/tests/bug76548.phpt b/ext/pgsql/tests/bug76548.phpt index 3a0b8922e1..00940dcec0 100644 --- a/ext/pgsql/tests/bug76548.phpt +++ b/ext/pgsql/tests/bug76548.phpt @@ -16,7 +16,7 @@ while ($value = pg_fetch_result($result, 0)) { ?> ==DONE== ---EXPECTF-- +--EXPECT-- string(1) "1" string(1) "2" string(1) "3" -- cgit v1.2.1