@@ -902,7 +902,7 @@ public function testSiblings()
902902 }
903903 }
904904
905- public function provideMatchTests ()
905+ public static function provideMatchTests ()
906906 {
907907 yield ['#foo ' , true , '#foo ' ];
908908 yield ['#foo ' , true , '.foo ' ];
@@ -1125,7 +1125,7 @@ public function testBaseTag($baseValue, $linkValue, $expectedUri, $currentUri =
11251125 $ this ->assertEquals ($ expectedUri , $ crawler ->filterXPath ('//a ' )->link ()->getUri (), $ description );
11261126 }
11271127
1128- public function getBaseTagData ()
1128+ public static function getBaseTagData ()
11291129 {
11301130 return [
11311131 ['http://base.com ' , 'link ' , 'http://base.com/link ' ],
@@ -1145,7 +1145,7 @@ public function testBaseTagWithForm($baseValue, $actionValue, $expectedUri, $cur
11451145 $ this ->assertEquals ($ expectedUri , $ crawler ->filterXPath ('//button ' )->form ()->getUri (), $ description );
11461146 }
11471147
1148- public function getBaseTagWithFormData ()
1148+ public static function getBaseTagWithFormData ()
11491149 {
11501150 return [
11511151 ['https://base.com/ ' , 'link/ ' , 'https://base.com/link/ ' , 'https://base.com/link/ ' , '<base> tag does work with a path and relative form action ' ],
0 commit comments