Skip to content

Commit 1df8216

Browse files
committed
Static test fix
1 parent fd3fc0e commit 1df8216

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/code/Magento/Sitemap/Test/Unit/Model/Config/Backend/PriorityTest.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ protected function setUp()
3131
}
3232

3333
/**
34+
* Verify before save in chainable
35+
*
3436
* @param string $value
3537
* @dataProvider dataProviderTestBeforeSaveValueCorrect
3638
*/
@@ -44,6 +46,8 @@ public function testBeforeSaveIsChainable($value)
4446
}
4547

4648
/**
49+
* Verify before save value out of range
50+
*
4751
* @param string $value
4852
* @dataProvider dataProviderTestBeforeSaveValueOutOfRange
4953
*/
@@ -60,6 +64,8 @@ public function testBeforeSaveValueOutOfRange($value)
6064
}
6165

6266
/**
67+
* Data provider
68+
*
6369
* @return array
6470
*/
6571
public function dataProviderTestBeforeSaveValueCorrect()
@@ -70,6 +76,8 @@ public function dataProviderTestBeforeSaveValueCorrect()
7076
}
7177

7278
/**
79+
* Data provider
80+
*
7381
* @return array
7482
*/
7583
public function dataProviderTestBeforeSaveValueOutOfRange()

0 commit comments

Comments
 (0)