# Conflicts: # tests/TestCase/View/Helper/GravatarHelperTest.php # tests/TestCase/View/Helper/QrCodeHelperTest.php
@@ -19,12 +19,12 @@ class GravatarHelperTest extends TestCase {
/**
* @var string
*/
- protected $garageEmail = '';
+ protected $testEmail;
- protected $testEmail = '';
+ protected $garageEmail;
* SetUp method
@@ -29,7 +29,7 @@ class QrCodeHelperTest extends TestCase {