浏览代码

Remove deprecation notices.

mscherer 2 年之前
父节点
当前提交
50af2264b3
共有 2 个文件被更改,包括 15 次插入0 次删除
  1. 10 0
      tests/TestCase/View/Helper/GravatarHelperTest.php
  2. 5 0
      tests/TestCase/View/Helper/QrCodeHelperTest.php

+ 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