From 6fe2cae6a005a0d2d4e775feb36886dce19172fd Mon Sep 17 00:00:00 2001 From: Simon Gow Date: Wed, 31 Oct 2018 15:55:08 +1300 Subject: [PATCH] ensure comments are technically correct. --- tests/php/Model/LDAPFakeGateway.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/php/Model/LDAPFakeGateway.php b/tests/php/Model/LDAPFakeGateway.php index 7f90036..6cfc1cd 100644 --- a/tests/php/Model/LDAPFakeGateway.php +++ b/tests/php/Model/LDAPFakeGateway.php @@ -11,7 +11,8 @@ class LDAPFakeGateway extends LDAPGateway implements TestOnly { public function __construct() { - // thumbnail images are raw png + // thumbnail images are raw JPEG/JFIF files, but that's not important + // for this test, as long as the binary content are the same self::$data['users']['456']['thumbnailphoto'] = base64_decode(self::$data['users']['456']['thumbnailphoto']); }