diff options
| author | Gabriel Caruso <carusogabriel34@gmail.com> | 2019-03-11 00:05:44 -0300 |
|---|---|---|
| committer | Gabriel Caruso <carusogabriel34@gmail.com> | 2019-03-11 00:05:44 -0300 |
| commit | 6c4e2079c0ab06ca39d1cce69e46f94cabbf3c53 (patch) | |
| tree | 8a7da1e053cb6db666f7bb62955898b836c8064b /ext/pgsql/tests | |
| parent | c67c2c4d8fece402c2dfb5c289917a1cd2780976 (diff) | |
| download | php-git-6c4e2079c0ab06ca39d1cce69e46f94cabbf3c53.tar.gz | |
Use EXPECT when possible
EXPECTF logic in run-tests.php is considerable, so let's avoid it.
Diffstat (limited to 'ext/pgsql/tests')
| -rw-r--r-- | ext/pgsql/tests/bug76548.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
