Browse Source

Remove deprecation notices.

mscherer 2 years ago
parent
commit
50af2264b3

+ 10 - 0
tests/TestCase/View/Helper/GravatarHelperTest.php

@@ -17,6 +17,16 @@ class GravatarHelperTest extends TestCase {
 	protected $Gravatar;
 
 	/**
+	 * @var string
+	 */
+	protected $testEmail;
+
+	/**
+	 * @var string
+	 */
+	protected $garageEmail;
+
+	/**
 	 * SetUp method
 	 *
 	 * @return void

+ 5 - 0
tests/TestCase/View/Helper/QrCodeHelperTest.php

@@ -27,6 +27,11 @@ class QrCodeHelperTest extends TestCase {
 	protected $QrCode;
 
 	/**
+	 * @var string
+	 */
+	protected $testEmail;
+
+	/**
 	 * SetUp method
 	 *
 	 * @return void