终端只告诉我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>
Run Code Online (Sandbox Code Playgroud) 每次打开新项目或文件夹时,我都必须在 IDE 中设置 PHP 版本以及解释器。我想将 7.4 设置为默认值。我怎样才能实现这个目标?