Skip to content

Commit

Permalink
change indentation to 4 spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
latamaosadi authored and uyab committed Oct 7, 2020
1 parent 99f5c39 commit 4d62bd2
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
colors="true"
bootstrap="vendor/autoload.php"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">./src</directory>
</include>
<exclude>
<directory>./src/migrations</directory>
<directory>./src/Seeds</directory>
</exclude>
</coverage>
<testsuites>
<testsuite name="Laravolt Indonesia Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
colors="true"
bootstrap="vendor/autoload.php"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">./src</directory>
</include>
<exclude>
<directory>./src/migrations</directory>
<directory>./src/Seeds</directory>
</exclude>
</coverage>
<testsuites>
<testsuite name="Laravolt Indonesia Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit 4d62bd2

Please sign in to comment.