How does phpunit know which test has been skipped

as shown in the figure, it just tells me that a test has been skipped, but does not tell me which test method has been skipped. What should I do?

is there any way to make it show the skipped method?

Jul.06,2022

when running the command, add the-v parameter

-v|--verbose                Output more verbose information.
Menu