Skip to content

Commit a2b0614

Browse files
author
Serhiy Shkolyarenko
committed
MAGETWO-45672: Broken checkout flow
fixed annotations
1 parent acdec2c commit a2b0614

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/code/Magento/Persistent/Test/Unit/Model/Checkout/ConfigProviderPluginTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ protected function setUp()
6767
}
6868

6969
/**
70+
* @param bool $persitenceEnabled
71+
* @param bool $isPersistent
72+
* @param bool $isLoggedIn
73+
*
7074
* @dataProvider configDataProvider
7175
*/
7276
public function testAfterGetConfigNegative($persitenceEnabled, $isPersistent, $isLoggedIn)
@@ -80,6 +84,9 @@ public function testAfterGetConfigNegative($persitenceEnabled, $isPersistent, $i
8084
$this->assertEquals($result, $this->plugin->afterGetConfig($this->subjectMock, $result));
8185
}
8286

87+
/**
88+
* @return array
89+
*/
8390
public function configDataProvider()
8491
{
8592
return [

0 commit comments

Comments
 (0)