Skip to content

Commit 59d6c75

Browse files
committed
Small adjustments
1 parent cf0725a commit 59d6c75

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/code/Magento/Cms/Test/Unit/ViewModel/Page/Grid/UrlBuilderTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
/**
1919
* Class UrlBuilderTest
20+
*
21+
* Testing the UrlBuilder
2022
*/
2123
class UrlBuilderTest extends TestCase
2224
{
@@ -141,7 +143,8 @@ public function testScopedUrlBuilder(
141143
StoreManagerInterface::PARAM_NAME => $storeCode
142144
]
143145
]
144-
], [
146+
],
147+
[
145148
'stores/store/switch',
146149
$urlParams
147150
]

0 commit comments

Comments
 (0)