From: Kalle Sommer Nielsen Date: Fri, 7 Jul 2017 09:31:31 +0000 (+0200) Subject: This should be EXPECT instead of EXPECTF X-Git-Tag: php-7.2.0beta1~126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=babc3c522f9cb8b80d5d41cac9164a5b43b0d90c;p=php This should be EXPECT instead of EXPECTF --- diff --git a/ext/exif/tests/bug50660/bug50660.phpt b/ext/exif/tests/bug50660/bug50660.phpt index cf0795f9c0..00a83ce4b0 100644 --- a/ext/exif/tests/bug50660/bug50660.phpt +++ b/ext/exif/tests/bug50660/bug50660.phpt @@ -13,7 +13,7 @@ $infile = dirname(__FILE__).'/bug50660-2.jpg'; var_dump(exif_read_data($infile) !== false); ?> ===DONE=== ---EXPECTF-- +--EXPECT-- bool(true) bool(true) ===DONE===