File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
app/code/Magento/Cookie/Test/Unit/Block Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,11 @@ public function testGetScriptOptionsWhenRedirectToCmsIsYes()
76
76
->with ('test ' )
77
77
->willReturn ('test ' );
78
78
79
- $ this ->assertEquals ('{"noCookieUrl":"http:\/\/magento.com\/cookie\/index\/noCookies\/", ' .
80
- '"triggers":"test","isRedirectCmsPage":true} ' , $ this ->block ->getScriptOptions ());
79
+ $ this ->assertEquals (
80
+ '{"noCookieUrl":"http:\/\/magento.com\/cookie\/index\/noCookies\/", ' .
81
+ '"triggers":"test","isRedirectCmsPage":true} ' ,
82
+ $ this ->block ->getScriptOptions ()
83
+ );
81
84
}
82
85
83
86
/**
@@ -101,7 +104,10 @@ public function testGetScriptOptionsWhenRedirectToCmsIsNo()
101
104
->with ('test ' )
102
105
->willReturn ('test ' );
103
106
104
- $ this ->assertEquals ('{"noCookieUrl":"http:\/\/magento.com\/cookie\/index\/noCookies\/", ' .
105
- '"triggers":"test","isRedirectCmsPage":false} ' , $ this ->block ->getScriptOptions ());
107
+ $ this ->assertEquals (
108
+ '{"noCookieUrl":"http:\/\/magento.com\/cookie\/index\/noCookies\/", ' .
109
+ '"triggers":"test","isRedirectCmsPage":false} ' ,
110
+ $ this ->block ->getScriptOptions ()
111
+ );
106
112
}
107
113
}
You can’t perform that action at this time.
0 commit comments