升华文本3和phpunit插件不工作

升华文本3和phpunit插件不工作,phpunit,sublimetext3,Phpunit,Sublimetext3,安装SimplePhUnit插件后,我收到了以下消息:phpunit.xml或phpunit.xml.dist未找到。我看到了这个。我还克隆了开发版本,但我仍然得到了这个信息。有人能帮我吗 这是我的xml文件的内容: <phpunit> <testsuites> <testsuite> <directory prefix="tests-" suffix=".php">./phpunit_test/</directory

安装SimplePhUnit插件后,我收到了以下消息:phpunit.xml或phpunit.xml.dist未找到。我看到了这个。我还克隆了开发版本,但我仍然得到了这个信息。有人能帮我吗

这是我的xml文件的内容:

<phpunit>
<testsuites>
    <testsuite>
        <directory prefix="tests-" suffix=".php">./phpunit_test/</directory>
    </testsuite>
</testsuites>
</phpunit>

在项目的根目录中是否有phpunit.xml或phpunit.xml.dist文件?是的,我有,但实际上我不知道如何使用它以及如何编写它的PHPUnitKit。它应该是现成的。如果您有问题,请在跟踪程序上ping我或打开问题。您还可以通过软件包控制安装它。