Skip to content

Commit 8caf72f

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! Feat: Remove skip of BlankLineAfterOpeningTagFixer
1 parent adae086 commit 8caf72f

File tree

1 file changed

+16
-21
lines changed

1 file changed

+16
-21
lines changed

phpunit.xml.dist

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
<?xml version="1.0"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4-
bootstrap="./vendor/symplify/easy-coding-standard/vendor/squizlabs/php_codesniffer/tests/bootstrap.php"
5-
colors="true"
6-
>
7-
<testsuites>
8-
<testsuite name="unit">
9-
<directory>./tests/</directory>
10-
</testsuite>
11-
</testsuites>
12-
13-
<coverage>
14-
<include>
15-
<directory suffix=".php">./src</directory>
16-
</include>
17-
</coverage>
18-
19-
<php>
20-
<!-- E_ALL = 30719 -->
21-
<ini name="error_reporting" value="30719"/>
22-
</php>
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" bootstrap="./vendor/symplify/easy-coding-standard/vendor/squizlabs/php_codesniffer/tests/bootstrap.php" colors="true">
3+
<testsuites>
4+
<testsuite name="unit">
5+
<directory>./tests/</directory>
6+
</testsuite>
7+
</testsuites>
8+
<coverage/>
9+
<php>
10+
<!-- E_ALL = 30719 -->
11+
<ini name="error_reporting" value="30719"/>
12+
</php>
13+
<source>
14+
<include>
15+
<directory suffix=".php">./src</directory>
16+
</include>
17+
</source>
2318
</phpunit>

0 commit comments

Comments
 (0)