8000 [#6092] Fix indentation · symfony/symfony-docs@536fa8a · GitHub
[go: up one dir, main page]

Skip to content

Commit 536fa8a

Browse files
committed
[#6092] Fix indentation
1 parent 77d92e7 commit 536fa8a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

create_framework/unit_testing.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ using `PHPUnit`_. Create a PHPUnit configuration file in
2626
<directory>./tests</directory>
2727
</testsuite>
2828
</testsuites>
29+
2930
<filter>
30-
<whitelist processUncoveredFilesFromWhitelist="true">
31-
<directory suffix=".php">./src</directory>
32-
</whitelist>
31+
<whitelist processUncoveredFilesFromWhitelist="true">
32+
<directory suffix=".php">./src</directory>
33+
</whitelist>
3334
</filter>
3435
</phpunit>
3536

0 commit comments

Comments
 (0)
0