4

The terminal only tells me There was 1 Warning:. But how can I see the full warning message and where it's being triggered from? Screenshot of terminal

--- this is my phpunit.xml file

<?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>

Sugam Karki
  • 105
  • 4

0 Answers0