Fixes PHPUnit config version.

This commit is contained in:
Italo Israel Baeza Cabrera
2023-02-22 01:57:15 -03:00
parent 639ca1aa28
commit f9eee331f9

View File

@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" backupGlobals="false" <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd" cacheDirectory=".phpunit.cache">
backupStaticAttributes="false" colors="true" verbose="true" convertErrorsToExceptions="true"
convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false"
stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd">
<coverage> <coverage>
<include> <include>
<directory suffix=".php">src/</directory> <directory suffix=".php">src/</directory>
@@ -18,9 +15,6 @@
<file>stubs/controllers/WebAuthnRegisterController.php</file> <file>stubs/controllers/WebAuthnRegisterController.php</file>
</testsuite> </testsuite>
</testsuites> </testsuites>
<logging>
<junit outputFile="build/report.junit.xml"/>
</logging>
<php> <php>
<env name="APP_ENV" value="testing"/> <env name="APP_ENV" value="testing"/>
<env name="APP_DEBUG" value="true"/> <env name="APP_DEBUG" value="true"/>