@@ -344,7 +344,7 @@ public function testText()
344344 $ this ->assertSame ('my value ' , $ this ->createTestCrawler (null )->filterXPath ('//ol ' )->text ('my value ' ));
345345 }
346346
347- public function provideInnerTextExamples ()
347+ public static function provideInnerTextExamples ()
348348 {
349349 return [
350350 [
@@ -942,7 +942,7 @@ public function testSiblings()
942942 }
943943 }
944944
945- public function provideMatchTests ()
945+ public static function provideMatchTests ()
946946 {
947947 yield ['#foo ' , true , '#foo ' ];
948948 yield ['#foo ' , true , '.foo ' ];
@@ -1165,7 +1165,7 @@ public function testBaseTag($baseValue, $linkValue, $expectedUri, $currentUri =
11651165 $ this ->assertEquals ($ expectedUri , $ crawler ->filterXPath ('//a ' )->link ()->getUri (), $ description );
11661166 }
11671167
1168- public function getBaseTagData ()
1168+ public static function getBaseTagData ()
11691169 {
11701170 return [
11711171 ['http://base.com ' , 'link ' , 'http://base.com/link ' ],
@@ -1185,7 +1185,7 @@ public function testBaseTagWithForm($baseValue, $actionValue, $expectedUri, $cur
11851185 $ this ->assertEquals ($ expectedUri , $ crawler ->filterXPath ('//button ' )->form ()->getUri (), $ description );
11861186 }
11871187
1188- public function getBaseTagWithFormData ()
1188+ public static function getBaseTagWithFormData ()
11891189 {
11901190 return [
11911191 ['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