Update phpunit schema location and remove unneeded environment variable

This commit is contained in:
Marcus Moore 2023-03-06 17:25:03 -08:00
parent a24d734ee9
commit 9aad981895
No known key found for this signature in database

View file

@ -9,7 +9,7 @@
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
>
<coverage>
<include>
@ -30,7 +30,6 @@
<env name="CACHE_DRIVER" value="array"/>
<env name="MAIL_DRIVER" value="array"/>
<env name="QUEUE_DRIVER" value="sync"/>
<env name="SERVER_NAME" value="http://127.0.0.1:8000"/>
<env name="SESSION_DRIVER" value="array"/>
<ini name="display_errors" value="true"/>
</php>