@@ -912,7 +912,7 @@ public function testSiblings()
912912 }
913913 }
914914
915- public function provideMatchTests ()
915+ public static function provideMatchTests ()
916916 {
917917 yield ['#foo ' , true , '#foo ' ];
918918 yield ['#foo ' , true , '.foo ' ];
@@ -1160,7 +1160,7 @@ public function testBaseTag($baseValue, $linkValue, $expectedUri, $currentUri =
11601160 $ this ->assertEquals ($ expectedUri , $ crawler ->filterXPath ('//a ' )->link ()->getUri (), $ description );
11611161 }
11621162
1163- public function getBaseTagData ()
1163+ public static function getBaseTagData ()
11641164 {
11651165 return [
11661166 ['http://base.com ' , 'link ' , 'http://base.com/link ' ],
@@ -1180,7 +1180,7 @@ public function testBaseTagWithForm($baseValue, $actionValue, $expectedUri, $cur
11801180 $ this ->assertEquals ($ expectedUri , $ crawler ->filterXPath ('//button ' )->form ()->getUri (), $ description );
11811181 }
11821182
1183- public function getBaseTagWithFormData ()
1183+ public static function getBaseTagWithFormData ()
11841184 {
11851185 return [
11861186 ['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