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
7171 $ data = [];
7272
7373 foreach ($ rendererNames as $ rendererName ) {
74- $ tests = $ this -> findRendererOutputTestFiles ($ rendererName );
74+ $ tests = self :: findRendererOutputTestFiles ($ rendererName );
7575
7676 foreach ($ tests as $ idx => $ files ) {
7777 $ data [] = [$ rendererName , $ idx , $ files ];
@@ -91,7 +91,7 @@ public static function provideRendererOutputCases(): iterable
9191 *
9292 * @param string $rendererName The renderer name
9393 */
94- protected function findRendererOutputTestFiles (string $ rendererName ): array
94+ protected static function findRendererOutputTestFiles (string $ rendererName ): array
9595 {
9696 $ rendererNameRegex = preg_quote ($ rendererName , '/ ' );
9797 $ fileNameRegex = "/ {$ rendererNameRegex }-(?P<idx>[0-9]+)-(?P<name>[^. \\-]+) \\.txt$/u " ;
You can’t perform that action at this time.
0 commit comments