Skip to content

Commit d7c5897

Browse files
OskarStarkNyholm
authored andcommitted
Streamline dataproviders
1 parent 85a27fe commit d7c5897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Extension/HttpFoundationExtensionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class HttpFoundationExtensionTest extends TestCase
2424
{
2525
/**
26-
* @dataProvider getGenerateAbsoluteUrlData()
26+
* @dataProvider getGenerateAbsoluteUrlData
2727
*/
2828
public function testGenerateAbsoluteUrl($expected, $path, $pathinfo)
2929
{
@@ -116,7 +116,7 @@ public function testGenerateAbsoluteUrlWithScriptFileName()
116116
}
117117

118118
/**
119-
* @dataProvider getGenerateRelativePathData()
119+
* @dataProvider getGenerateRelativePathData
120120
*/
121121
public function testGenerateRelativePath($expected, $path, $pathinfo)
122122
{

0 commit comments

Comments
 (0)