File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -728,7 +728,7 @@ public function testGetUriForPath()
728
728
}
729
729
730
730
/**
731
- * @dataProvider getRelativeUriForPathData()
731
+ * @dataProvider getRelativeUriForPathData
732
732
*/
733
733
public function testGetRelativeUriForPath ($ expected , $ pathinfo , $ path )
734
734
{
Original file line number Diff line number Diff line change 20
20
class UrlHelperTest extends TestCase
21
21
{
22
22
/**
23
- * @dataProvider getGenerateAbsoluteUrlData()
23
+ * @dataProvider getGenerateAbsoluteUrlData
24
24
*/
25
25
public function testGenerateAbsoluteUrl ($ expected , $ path , $ pathinfo )
26
26
{
@@ -113,7 +113,7 @@ public function testGenerateAbsoluteUrlWithScriptFileName()
113
113
}
114
114
115
115
/**
116
- * @dataProvider getGenerateRelativePathData()
116
+ * @dataProvider getGenerateRelativePathData
117
117
*/
118
118
public function testGenerateRelativePath ($ expected , $ path , $ pathinfo )
119
119
{
You can’t perform that action at this time.
0 commit comments