Skip to content

Commit

Permalink
Fix indendation.
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Telgenhof <me@sachatelgenhof.com>
  • Loading branch information
stelgenhof committed Dec 30, 2023
1 parent 3f6855a commit 0f0d81d
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@
~
~ @author Sacha Telgenhof <me at sachatelgenhof dot com>
-->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
beStrictAboutTestsThatDoNotTestAnything="false"
bootstrap="vendor/autoload.php"
colors="true"
verbose="true"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd">
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
beStrictAboutTestsThatDoNotTestAnything="false"
bootstrap="vendor/autoload.php"
colors="true"
verbose="true"
>

<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">./src/Yasumi</directory>
Expand All @@ -23,6 +26,7 @@
<directory suffix=".php">./src/Yasumi/data</directory>
</exclude>
</coverage>

<testsuites>
<testsuite name="Yasumi Test Suite">
<directory>./tests</directory>
Expand Down

0 comments on commit 0f0d81d

Please sign in to comment.