Skip to content

Commit 979627c

Browse files
committed
Merge remote-tracking branch 'origin/master' into cake5
# Conflicts: # tests/TestCase/View/Helper/GravatarHelperTest.php # tests/TestCase/View/Helper/QrCodeHelperTest.php
2 parents e7b8df1 + 50af226 commit 979627c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/TestCase/View/Helper/GravatarHelperTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ class GravatarHelperTest extends TestCase {
1919
/**
2020
* @var string
2121
*/
22-
protected $garageEmail = '';
22+
protected $testEmail;
2323

2424
/**
2525
* @var string
2626
*/
27-
protected $testEmail = '';
27+
protected $garageEmail;
2828

2929
/**
3030
* SetUp method

tests/TestCase/View/Helper/QrCodeHelperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class QrCodeHelperTest extends TestCase {
2929
/**
3030
* @var string
3131
*/
32-
protected $testEmail = '';
32+
protected $testEmail;
3333

3434
/**
3535
* SetUp method

0 commit comments

Comments
 (0)