瀏覽代碼

correct labels, Jdenticon renders PNG or SVG, both in pure PHP

El RIDO 3 年之前
父節點
當前提交
c0758e7bbb
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tst/IconTest

+ 2 - 2
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
     ),