File tree Expand file tree Collapse file tree 4 files changed +14
-18
lines changed Expand file tree Collapse file tree 4 files changed +14
-18
lines changed Original file line number Diff line number Diff line change 10
10
colors =" true"
11
11
columns =" max"
12
12
beStrictAboutTestsThatDoNotTestAnything =" false"
13
- bootstrap =" ./framework/bootstrap.php"
14
- >
13
+ bootstrap =" ./framework/bootstrap.php" >
15
14
<!-- Test suites definition -->
16
15
<testsuites >
17
16
<testsuite name =" Unit Tests for Integration Tests Framework" >
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<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"
10
10
colors =" true"
11
11
columns =" max"
12
12
beStrictAboutTestsThatDoNotTestAnything =" false"
13
13
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 >
16
22
<!-- Test suites definition -->
17
23
<testsuites >
18
24
<testsuite name =" Magento Setup/Upgrade Tests" >
19
25
<directory >testsuite</directory >
20
26
</testsuite >
21
27
</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 >
29
28
<!-- PHP INI settings and constants definition -->
30
29
<php >
31
30
<includePath >.</includePath >
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<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"
10
10
colors =" true"
11
11
columns =" max"
12
12
beStrictAboutTestsThatDoNotTestAnything =" false"
13
- bootstrap =" ../../bootstrap.php"
14
- >
13
+ bootstrap =" ../../bootstrap.php" >
15
14
<testsuites >
16
15
<testsuite name =" Magento Unit Tests for Static Code Analysis Framework" >
17
16
<directory >testsuite/Magento/TestFramework</directory >
Original file line number Diff line number Diff line change 8
8
*/
9
9
-->
10
10
<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"
12
12
colors =" true"
13
13
columns =" max"
14
14
beStrictAboutTestsThatDoNotTestAnything =" false"
15
- bootstrap =" ./framework/bootstrap.php"
16
- >
15
+ bootstrap =" ./framework/bootstrap.php" >
17
16
<testsuites >
18
17
<testsuite name =" Less Static Code Analysis" >
19
18
<file >testsuite/Magento/Test/Less/LiveCodeTest.php</file >
You can’t perform that action at this time.
0 commit comments