We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d92e7 commit 536fa8aCopy full SHA for 536fa8a
create_framework/unit_testing.rst
@@ -26,10 +26,11 @@ using `PHPUnit`_. Create a PHPUnit configuration file in
26
<directory>./tests</directory>
27
</testsuite>
28
</testsuites>
29
+
30
<filter>
- <whitelist processUncoveredFilesFromWhitelist="true">
31
- <directory suffix=".php">./src</directory>
32
- </whitelist>
+ <whitelist processUncoveredFilesFromWhitelist="true">
+ <directory suffix=".php">./src</directory>
33
+ </whitelist>
34
</filter>
35
</phpunit>
36
0 commit comments