File: //var/www/html/breadsecret.com_bak20260330/wp-content/plugins/wordpress-social-login/phpunit.xml
<phpunit
bootstrap="tests/bootstrap.php"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<testsuites>
<testsuite>
<directory prefix="test_" suffix=".php">./tests/</directory>
</testsuite>
</testsuites>
<logging>
<log type="junit" target="tests/junit.xml" logIncompleteSkipped="false"/>
</logging>
</phpunit>