File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
app/code/Magento/Sitemap/Test/Unit/Model/Config/Backend Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ protected function setUp()
31
31
}
32
32
33
33
/**
34
+ * Verify before save in chainable
35
+ *
34
36
* @param string $value
35
37
* @dataProvider dataProviderTestBeforeSaveValueCorrect
36
38
*/
@@ -44,6 +46,8 @@ public function testBeforeSaveIsChainable($value)
44
46
}
45
47
46
48
/**
49
+ * Verify before save value out of range
50
+ *
47
51
* @param string $value
48
52
* @dataProvider dataProviderTestBeforeSaveValueOutOfRange
49
53
*/
@@ -60,6 +64,8 @@ public function testBeforeSaveValueOutOfRange($value)
60
64
}
61
65
62
66
/**
67
+ * Data provider
68
+ *
63
69
* @return array
64
70
*/
65
71
public function dataProviderTestBeforeSaveValueCorrect ()
@@ -70,6 +76,8 @@ public function dataProviderTestBeforeSaveValueCorrect()
70
76
}
71
77
72
78
/**
79
+ * Data provider
80
+ *
73
81
* @return array
74
82
*/
75
83
public function dataProviderTestBeforeSaveValueOutOfRange ()
You can’t perform that action at this time.
0 commit comments