Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Oct 30, 2020
1 parent 511ff58 commit 1e1a21b
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
<phpunit
colors="true"
processIsolation="false"
stopOnFailure="false"
bootstrap="./tests/bootstrap.php">
colors="true"
processIsolation="false"
stopOnFailure="false"
bootstrap="./tests/bootstrap.php">

<testsuites>
<testsuite name="Crud">
<directory>./tests/</directory>
</testsuite>
</testsuites>
<testsuites>
<testsuite name="Crud">
<directory>./tests/</directory>
</testsuite>
</testsuites>

<listeners>
<listener class="\Cake\TestSuite\Fixture\FixtureInjector">
<arguments>
<object class="\Cake\TestSuite\Fixture\FixtureManager" />
</arguments>
</listener>
</listeners>
<listeners>
<listener class="\Cake\TestSuite\Fixture\FixtureInjector">
<arguments>
<object class="\Cake\TestSuite\Fixture\FixtureManager" />
</arguments>
</listener>
</listeners>

<filter>
<filter>
<whitelist>
<directory suffix=".php">./src/</directory>
<directory suffix=".ctp">./src/</directory>
</whitelist>
</filter>
</filter>

</phpunit>

0 comments on commit 1e1a21b

Please sign in to comment.