X-Git-Url: http://git.pjr.cc/?p=ga4php.git;a=blobdiff_plain;f=unittests%2Fcreatekey.php;fp=unittests%2Fcreatekey.php;h=251132eb0e10d3646bd21b8099db867822f327ca;hp=0000000000000000000000000000000000000000;hb=08bcb2d016d684539e10a0628a5674544b2596b5;hpb=f3c5ec2f5192fa077c4da0d1c67aa48a742c6d37 diff --git a/unittests/createkey.php b/unittests/createkey.php new file mode 100644 index 0000000..251132e --- /dev/null +++ b/unittests/createkey.php @@ -0,0 +1,17 @@ +createBase32Key(); + if($oldkey == $key) { + echo "Two identical keys created"; + } + $old = $key; +} + +echo "Last key: $key\n"; +?> \ No newline at end of file