File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public static function provideRendererOutputCases(): iterable
71
71
$ data = [];
72
72
73
73
foreach ($ rendererNames as $ rendererName ) {
74
- $ tests = $ this -> findRendererOutputTestFiles ($ rendererName );
74
+ $ tests = self :: findRendererOutputTestFiles ($ rendererName );
75
75
76
76
foreach ($ tests as $ idx => $ files ) {
77
77
$ data [] = [$ rendererName , $ idx , $ files ];
@@ -91,7 +91,7 @@ public static function provideRendererOutputCases(): iterable
91
91
*
92
92
* @param string $rendererName The renderer name
93
93
*/
94
- protected function findRendererOutputTestFiles (string $ rendererName ): array
94
+ protected static function findRendererOutputTestFiles (string $ rendererName ): array
95
95
{
96
96
$ rendererNameRegex = preg_quote ($ rendererName , '/ ' );
97
97
$ fileNameRegex = "/ {$ rendererNameRegex }-(?P<idx>[0-9]+)-(?P<name>[^. \\-]+) \\.txt$/u " ;
You can’t perform that action at this time.
0 commit comments