Skip to content

Commit 0f49073

Browse files
CE-33707: Updated configuration files
1 parent 208e037 commit 0f49073

File tree

4 files changed

+14
-18
lines changed

4 files changed

+14
-18
lines changed

dev/tests/setup-integration/framework/tests/unit/phpunit.xml.dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
colors="true"
1111
columns="max"
1212
beStrictAboutTestsThatDoNotTestAnything="false"
13-
bootstrap="./framework/bootstrap.php"
14-
>
13+
bootstrap="./framework/bootstrap.php">
1514
<!-- Test suites definition -->
1615
<testsuites>
1716
<testsuite name="Unit Tests for Integration Tests Framework">

dev/tests/setup-integration/phpunit.xml.dist

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,25 @@
66
*/
77
-->
88
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/9.1/phpunit.xsd"
9+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
1010
colors="true"
1111
columns="max"
1212
beStrictAboutTestsThatDoNotTestAnything="false"
1313
bootstrap="./framework/bootstrap.php"
14-
stderr="true"
15-
>
14+
stderr="true">
15+
<!-- Code coverage filters -->
16+
<coverage>
17+
<include>
18+
<directory suffix=".php">../../../app/code/Magento</directory>
19+
<directory suffix=".php">../../../lib/internal/Magento</directory>
20+
</include>
21+
</coverage>
1622
<!-- Test suites definition -->
1723
<testsuites>
1824
<testsuite name="Magento Setup/Upgrade Tests">
1925
<directory>testsuite</directory>
2026
</testsuite>
2127
</testsuites>
22-
<!-- Code coverage filters -->
23-
<filter>
24-
<whitelist>
25-
<directory suffix=".php">../../../app/code/Magento</directory>
26-
<directory suffix=".php">../../../lib/internal/Magento</directory>
27-
</whitelist>
28-
</filter>
2928
<!-- PHP INI settings and constants definition -->
3029
<php>
3130
<includePath>.</includePath>

dev/tests/static/framework/tests/unit/phpunit.xml.dist

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
*/
77
-->
88
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/9.1/phpunit.xsd"
9+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
1010
colors="true"
1111
columns="max"
1212
beStrictAboutTestsThatDoNotTestAnything="false"
13-
bootstrap="../../bootstrap.php"
14-
>
13+
bootstrap="../../bootstrap.php">
1514
<testsuites>
1615
<testsuite name="Magento Unit Tests for Static Code Analysis Framework">
1716
<directory>testsuite/Magento/TestFramework</directory>

dev/tests/static/phpunit.xml.dist

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@
88
*/
99
-->
1010
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/9.1/phpunit.xsd"
11+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
1212
colors="true"
1313
columns="max"
1414
beStrictAboutTestsThatDoNotTestAnything="false"
15-
bootstrap="./framework/bootstrap.php"
16-
>
15+
bootstrap="./framework/bootstrap.php">
1716
<testsuites>
1817
<testsuite name="Less Static Code Analysis">
1918
<file>testsuite/Magento/Test/Less/LiveCodeTest.php</file>

0 commit comments

Comments
 (0)