Skip to content

Commit

Permalink
phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardokum committed Feb 24, 2023
1 parent 42fbb24 commit bbc821d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="true" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage processUncoveredFiles="true">
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
backupGlobals="false"
bootstrap="vendor/autoload.php"
colors="true"
processIsolation="true"
stopOnFailure="false"
xsi:noNamespaceSchemaLocation="/phpunit.xsd">
<coverage>
<include>
<directory suffix=".php">./src</directory>
</include>
Expand Down

0 comments on commit bbc821d

Please sign in to comment.