Skip to content

Commit

Permalink
Reformat phpunit.xml.dist file.
Browse files Browse the repository at this point in the history
Change-Id: Icbf5d42a6ddf3873944509eb51f385553fa11a6d
  • Loading branch information
jfschmakeit committed Sep 29, 2021
1 parent 408a393 commit 54a6ab8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" colors="true" verbose="true" bootstrap="vendor/autoload.php">
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
colors="true"
verbose="true"
bootstrap="vendor/autoload.php">
<coverage>
<include>
<directory suffix=".php">src/Google/</directory>
</include>
<report>
<text outputFile="php://stdout" showUncoveredFiles="true" showOnlySummary="false"/>
<text outputFile="php://stdout"
showUncoveredFiles="true"
showOnlySummary="false"/>
</report>
</coverage>
<testsuites>
Expand Down

0 comments on commit 54a6ab8

Please sign in to comment.