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?
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?
when running the command, add the-v parameter
-v|--verbose Output more verbose information.
Previous: How is the world map in echarts divided into seven continents?
Next: How does the HomeAsUp button of Toolbar in Android adjust the margin?
for example, there are two files in the test directory: aTest.php bTest.php I want it to load bTest.php before loading aTest.php according to the document, you only need to specify it in phpunit.xml: phpunit Index -v When , I was prompted to use ...