From c0758e7bbb921ea44dab28b743d8c96c98ec07c1 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Mon, 7 Nov 2022 19:09:16 +0100 Subject: [PATCH] correct labels, Jdenticon renders PNG or SVG, both in pure PHP --- tst/IconTest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tst/IconTest b/tst/IconTest index e39cc7be..75dbb279 100755 --- a/tst/IconTest +++ b/tst/IconTest @@ -28,7 +28,7 @@ $jdenticon = new Jdenticon(array( ), )); $jdenticonGenerators = array( - 'jdenticon GD' => 'png', + 'jdenticon PNG' => 'png', 'jdenticon SVG' => 'svg', ); $results = array( @@ -48,7 +48,7 @@ $results = array( 'lengths' => array(), 'time' => 0 ), - 'jdenticon GD' => array( + 'jdenticon PNG' => array( 'lengths' => array(), 'time' => 0 ),