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.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31547-4d424.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31547-4d424.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?