Skip to content

Commit 234ef21

Browse files
OskarStarkNyholm
authored andcommitted
Streamline dataproviders
1 parent 8888741 commit 234ef21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Tests/RequestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ public function testGetUriForPath()
728728
}
729729

730730
/**
731-
* @dataProvider getRelativeUriForPathData()
731+
* @dataProvider getRelativeUriForPathData
732732
*/
733733
public function testGetRelativeUriForPath($expected, $pathinfo, $path)
734734
{

Tests/UrlHelperTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
class UrlHelperTest extends TestCase
2121
{
2222
/**
23-
* @dataProvider getGenerateAbsoluteUrlData()
23+
* @dataProvider getGenerateAbsoluteUrlData
2424
*/
2525
public function testGenerateAbsoluteUrl($expected, $path, $pathinfo)
2626
{
@@ -113,7 +113,7 @@ public function testGenerateAbsoluteUrlWithScriptFileName()
113113
}
114114

115115
/**
116-
* @dataProvider getGenerateRelativePathData()
116+
* @dataProvider getGenerateRelativePathData
117117
*/
118118
public function testGenerateRelativePath($expected, $path, $pathinfo)
119119
{

0 commit comments

Comments
 (0)