1

终端只告诉我There was 1 Warning:。但是我怎样才能看到完整的警告信息以及它是从哪里触发的呢? 终端截图

--- 这是我的 phpunit.xml 文件

<?xml version="1.0"?>
<phpunit
        colors="true"
        verbose="true"
        stopOnFailure="false"
        convertErrorsToExceptions="true"
        convertNoticesToExceptions="true"
        convertWarningsToExceptions="true"
>
    <testsuites>
        <testsuite name="tests">
            <directory>tests</directory>
        </testsuite>
    </testsuites>
</phpunit>

4

0 回答 0