Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit ad4c1f2

Browse files
authored
Merge pull request #148 from voyula/patch-1
[7.x] Normalize Style
2 parents c520cc1 + 28a99c5 commit ad4c1f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpunit.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
5-
colors="true">
5+
colors="true"
6+
>
67
<testsuites>
78
<testsuite name="Application Test Suite">
89
<directory suffix="Test.php">./tests</directory>

0 commit comments

Comments
 (0)