安装simplephpunit插件后,我收到了以下消息:phpunit.xml or phpunit.xml.dist not found
。我看到了post。我还克隆了开发版本,但我仍然收到了这条消息。任何人都可以帮我这个吗?
这是我的xml文件的内容:
<phpunit>
<testsuites>
<testsuite>
<directory prefix="tests-" suffix=".php">./phpunit_test/</directory>
</testsuite>
</testsuites>
</phpunit>