Skip to content

Commit

Permalink
fix phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Oct 14, 2020
1 parent e8fed9c commit 97bfeb5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" backupGlobals="false" backupStaticAttributes="false" colors="true" verbose="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage>
<include>
<directory suffix=".php">src/</directory>
</include>
</coverage>
<testsuites>
<testsuite name="Flare Test Suite">
<directory>tests</directory>
Expand Down

0 comments on commit 97bfeb5

Please sign in to comment.