]> granicus.if.org Git - php/commitdiff
Fix unittest for minimal length in random string
authorAndreas Treichel <gmblar+github@gmail.com>
Sun, 30 Jul 2017 02:13:07 +0000 (04:13 +0200)
committerAndreas Treichel <gmblar+github@gmail.com>
Sun, 30 Jul 2017 02:13:07 +0000 (04:13 +0200)
ext/gd/tests/createfromstring.phpt

index a3c2e977b6d1768c653721e2099643cc6cd1899a..7828725db51fda2d565bae97ee096cbf249b31ae 100644 (file)
@@ -52,8 +52,8 @@ unlink($dir . '/p.png');
 
 //empty string
 $im = imagecreatefromstring('');
-//random string > 8
-$im = imagecreatefromstring(' asdf jklp');
+//random string > 12
+$im = imagecreatefromstring(' asdf jklp foo');
 ?>
 --EXPECTF--
 createfromstring truecolor png: ok