Skip to content

Commit

Permalink
Improve phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpoulter committed Feb 15, 2023
1 parent 530c993 commit 130197d
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="vendor/autoload.php"
backupGlobals="false"
backupStaticAttributes="false"
colors="true"
verbose="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
printerClass="NunoMaduro\Collision\Adapters\Phpunit\Printer"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
colors="true">
<coverage>
<include>
<directory suffix=".php">src</directory>
Expand Down

0 comments on commit 130197d

Please sign in to comment.