Skip to content

Commit

Permalink
minor #2286 [React] Update phpunit.xml.dist (smnandre)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.x branch.

Discussion
----------

[React] Update phpunit.xml.dist

(minor)

Commits
-------

7baea71 Update React phpunit.xml.dist
  • Loading branch information
javiereguiluz committed Oct 22, 2024
2 parents 02737a4 + 7baea71 commit 9f71904
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/React/phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.1/phpunit.xsd"
backupGlobals="false"
xsi:noNamespaceSchemaLocation="vendor/bin/.phpunit/phpunit.xsd"
colors="true"
bootstrap="vendor/autoload.php"
failOnRisky="true"
failOnWarning="true">

<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">./src</directory>
</include>
</coverage>

<php>
<ini name="error_reporting" value="-1" />
<ini name="intl.default_locale" value="en" />
Expand All @@ -23,9 +28,4 @@
</testsuite>
</testsuites>

<filter>
<whitelist>
<directory>./src</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit 9f71904

Please sign in to comment.