File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Captcha/Test/Unit/CustomerData Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
class CaptchaTest extends \PHPUnit \Framework \TestCase
24
24
{
25
25
/**
26
- * @var CaptchaHelper | \PHPUnit_Framework_MockObject_MockObject
26
+ * @var CaptchaHelper| \PHPUnit_Framework_MockObject_MockObject
27
27
*/
28
28
private $ helper ;
29
29
30
30
/**
31
- * @var CustomerSession | \PHPUnit_Framework_MockObject_MockObject
31
+ * @var CustomerSession| \PHPUnit_Framework_MockObject_MockObject
32
32
*/
33
33
private $ customerSession ;
34
34
35
35
/**
36
- * @var CustomerData | \PHPUnit_Framework_MockObject_MockObject
36
+ * @var CustomerData| \PHPUnit_Framework_MockObject_MockObject
37
37
*/
38
38
private $ customerData ;
39
39
@@ -76,7 +76,7 @@ protected function setUp()
76
76
/**
77
77
* Test getSectionData() when user is login and require captcha
78
78
*/
79
- public function testGetSectionData ()
79
+ public function testGetSectionDataWhenLoginAndRequireCaptcha ()
80
80
{
81
81
$ emailLogin = 'test@localhost.com ' ;
82
82
You can’t perform that action at this time.
0 commit comments