Skip to content

Commit fd3fc0e

Browse files
committed
improve test name
1 parent 74ad5dd commit fd3fc0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ protected function setUp()
3434
* @param string $value
3535
* @dataProvider dataProviderTestBeforeSaveValueCorrect
3636
*/
37-
public function testBeforeSave($value)
37+
public function testBeforeSaveIsChainable($value)
3838
{
3939
$this->priorityMock->expects($this->once())
4040
->method('getValue')

0 commit comments

Comments
 (0)