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 0536a32 commit 40012dfCopy full SHA for 40012df
tests/Integration/phpunit.xml.dist
@@ -21,7 +21,10 @@
21
<!-- Code coverage filters -->
22
<filter>
23
<whitelist addUncoveredFilesFromWhiteList="true">
24
- <directory suffix=".php">../../../vendor/integer-net/magento2-global-custom-layout/src</directory>
+ <directory suffix=".php">../../../vendor/integer-net/*/src</directory>
25
+ <exclude>
26
+ <directory>../../../vendor/integer-net/*/src/registration.php</directory>
27
+ </exclude>
28
</whitelist>
29
</filter>
30
<!-- PHP INI settings and constants definition -->
@@ -67,4 +70,4 @@
67
70
<listener class="Magento\TestFramework\Event\PhpUnit"/>
68
71
<listener class="Magento\TestFramework\ErrorLog\Listener"/>
69
72
</listeners>
-</phpunit>
73
+</phpunit>
0 commit comments