Skip to content

Commit 883cef0

Browse files
westonruterpeterwilsoncc
authored andcommitted
Use see phpdoc tags so test methods are treated as symbols
1 parent 89eb58b commit 883cef0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

tests/phpunit/tests/general/paginateLinks.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -513,9 +513,10 @@ public function test_permalinks_without_trailing_slash_do_not_modify_query_strin
513513
}
514514

515515
/**
516-
* Data provider for
517-
* - test_permalinks_without_trailing_slash_do_not_modify_query_strings
518-
* - test_permalinks_with_trailing_slash_do_not_modify_query_strings
516+
* Data provider.
517+
*
518+
* @see self::test_permalinks_without_trailing_slash_do_not_modify_query_strings()
519+
* @see self::test_permalinks_with_trailing_slash_do_not_modify_query_strings()
519520
*
520521
* @return array<string, array{ 0: string }> Data provider.
521522
*/

0 commit comments

Comments
 (0)