报错:
Unable to run PHPUnit session.Only PHPUnit classes can be run as PHPUnit tests.Reason:
No tests found in /wtt0420.php
我的代码:
<html>
   <body>
     <?php 
       echo"HELLO World!!";
     ?>
    </body>
    </html>
请问是什么原因,谢谢! 在线等 急!!!!