Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyFoxvn committed Sep 28, 2023
1 parent 1882c7d commit 3ab99bb
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" colors="true" processIsolation="false" stopOnFailure="false" bootstrap="vendor/autoload.php" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/schema/10.0.xsd" cacheDirectory=".phpunit.cache" backupStaticProperties="false">
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" colors="true" processIsolation="false" stopOnFailure="false" bootstrap="vendor/autoload.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd" cacheDirectory=".phpunit.cache" backupStaticProperties="false">
<php>
<!-- <server name="SYMFONY" value="/path/to/symfony" /> -->
</php>
Expand All @@ -18,14 +18,4 @@
<directory>./Resources</directory>
</exclude>
</source>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true" processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./</directory>
<exclude>
<directory suffix=".php">./Tests</directory>\
<directory suffix=".php">./vendor</directory>
<directory suffix=".php">./Resources</directory>
</exclude>
</whitelist>
</filter>
</phpunit>

0 comments on commit 3ab99bb

Please sign in to comment.