Skip to content

Commit 50af226

Browse files
committed
Remove deprecation notices.
1 parent 378dd5c commit 50af226

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

tests/TestCase/View/Helper/GravatarHelperTest.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ class GravatarHelperTest extends TestCase {
1616
*/
1717
protected $Gravatar;
1818

19+
/**
20+
* @var string
21+
*/
22+
protected $testEmail;
23+
24+
/**
25+
* @var string
26+
*/
27+
protected $garageEmail;
28+
1929
/**
2030
* SetUp method
2131
*

tests/TestCase/View/Helper/QrCodeHelperTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ class QrCodeHelperTest extends TestCase {
2626
*/
2727
protected $QrCode;
2828

29+
/**
30+
* @var string
31+
*/
32+
protected $testEmail;
33+
2934
/**
3035
* SetUp method
3136
*

0 commit comments

Comments
 (0)