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