Skip to content

Commit 20c554c

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 16dfa5a + 234ef21 commit 20c554c

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
@@ -727,7 +727,7 @@ public function testGetUriForPath()
727727
}
728728

729729
/**
730-
* @dataProvider getRelativeUriForPathData()
730+
* @dataProvider getRelativeUriForPathData
731731
*/
732732
public function testGetRelativeUriForPath($expected, $pathinfo, $path)
733733
{

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)