Skip to content

Commit 410aac2

Browse files
Merge branch '5.4' into 6.2
* 5.4: Migrate to `static` data providers using `rector/rector`
2 parents 1fd87c4 + 57c03a5 commit 410aac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/LinkTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ public function testNotTemplated(string $href)
9191
$this->assertFalse($link->isTemplated());
9292
}
9393

94-
public function templatedHrefProvider()
94+
public static function templatedHrefProvider()
9595
{
9696
return [
9797
['http://www.google.com/{param}/foo'],
9898
['http://www.google.com/foo?q={param}'],
9999
];
100100
}
101101

102-
public function notTemplatedHrefProvider()
102+
public static function notTemplatedHrefProvider()
103103
{
104104
return [
105105
['http://www.google.com/foo'],

0 commit comments

Comments
 (0)