Skip to content

Commit 3e8a56f

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Streamline dataproviders fix validator when we have a false current element [Mime] Fix case-sensitive handling in Headers::isUniqueHeader() [yaml] Delelte unused comparison operation
2 parents 916a263 + d7c5897 commit 3e8a56f

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
@@ -21,7 +21,7 @@
2121
class HttpFoundationExtensionTest extends TestCase
2222
{
2323
/**
24-
* @dataProvider getGenerateAbsoluteUrlData()
24+
* @dataProvider getGenerateAbsoluteUrlData
2525
*/
2626
public function testGenerateAbsoluteUrl($expected, $path, $pathinfo)
2727
{
@@ -114,7 +114,7 @@ public function testGenerateAbsoluteUrlWithScriptFileName()
114114
}
115115

116116
/**
117-
* @dataProvider getGenerateRelativePathData()
117+
* @dataProvider getGenerateRelativePathData
118118
*/
119119
public function testGenerateRelativePath($expected, $path, $pathinfo)
120120
{

0 commit comments

Comments
 (0)