Skip to content

Commit cb9fe63

Browse files
committed
Fix up indentation
1 parent 692da23 commit cb9fe63

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

phpunit.xml.dist

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit bootstrap="tests/bootstrap.php" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.2/phpunit.xsd">
3-
<php>
4-
<ini name="memory_limit" value="-1"/>
5-
<ini name="apc.enable_cli" value="1"/>
3+
<php>
4+
<ini name="memory_limit" value="-1"/>
5+
<ini name="apc.enable_cli" value="1"/>
66
<!-- E_ALL => 32767 -->
77
<!-- E_ALL & ~E_USER_DEPRECATED => 16383 -->
88
<ini name="error_reporting" value="32767"/>
9-
</php>
9+
</php>
1010

11-
<!-- Add any additional test suites you want to run here -->
12-
<testsuites>
13-
<testsuite name="ide-helper-extra">
14-
<directory>tests/TestCase/</directory>
15-
</testsuite>
16-
</testsuites>
11+
<!-- Add any additional test suites you want to run here -->
12+
<testsuites>
13+
<testsuite name="ide-helper-extra">
14+
<directory>tests/TestCase/</directory>
15+
</testsuite>
16+
</testsuites>
1717

1818
<extensions>
1919
<bootstrap class="Cake\TestSuite\Fixture\Extension\PHPUnitExtension"/>
2020
</extensions>
2121

22-
<!-- Prevent coverage reports from looking in tests and vendors -->
23-
<source>
24-
<include>
25-
<directory suffix=".php">src/</directory>
26-
</include>
27-
</source>
22+
<!-- Prevent coverage reports from looking in tests and vendors -->
23+
<source>
24+
<include>
25+
<directory suffix=".php">src/</directory>
26+
</include>
27+
</source>
2828

2929
</phpunit>

0 commit comments

Comments
 (0)