Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Updated xsd version and removed unnecessary ini setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed May 16, 2023
1 parent 8cb0445 commit 547c545
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd"
bootstrap="bootstrap.php"
cacheResultFile="tmp/tests/cache"
executionOrder="random"
Expand All @@ -14,7 +14,6 @@
failOnWarning="true"
verbose="true">
<php>
<ini name="assertion.exception" value="1" />
<const name="REQUEST_FACTORY" value="Nyholm\Psr7\Factory\Psr17Factory"/>
<const name="RESPONSE_FACTORY" value="Nyholm\Psr7\Factory\Psr17Factory"/>
<const name="SERVER_REQUEST_FACTORY" value="Nyholm\Psr7\Factory\Psr17Factory"/>
Expand Down

0 comments on commit 547c545

Please sign in to comment.