File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 11
11
bootstrap =" ./framework/bootstrap.php"
12
12
>
13
13
<testsuite name =" Magento Unit Tests" >
14
- <directory suffix =" Test.php" >../../../setup/src/Magento/Setup/Test/Unit</directory >
15
14
<directory suffix =" Test.php" >../../../app/code/*/*/Test/Unit</directory >
16
- <directory suffix =" Test.php" >../../../lib/internal/*/*/*/Test/Unit</directory >
17
- <directory suffix =" Test.php" >../../../lib/internal/*/*/Test/Unit</directory >
18
15
<directory suffix =" Test.php" >../../../dev/tools/*/*/Test/Unit</directory >
19
16
<directory suffix =" Test.php" >../../../dev/tools/*/*/*/Test/Unit</directory >
17
+ <directory suffix =" Test.php" >../../../lib/internal/*/*/Test/Unit</directory >
18
+ <directory suffix =" Test.php" >../../../lib/internal/*/*/*/Test/Unit</directory >
19
+ <directory suffix =" Test.php" >../../../setup/src/*/*/Test/Unit</directory >
20
20
</testsuite >
21
21
<php >
22
22
<ini name =" date.timezone" value =" America/Los_Angeles" />
23
23
</php >
24
24
<filter >
25
25
<whitelist addUncoveredFilesFromWhiteList =" true" >
26
- <directory suffix =" .php" >../../../app/code/Magento </directory >
26
+ <directory suffix =" .php" >../../../app/code/* </directory >
27
27
<directory suffix =" .php" >../../../lib/internal/Magento</directory >
28
- <directory suffix =" .php" >../../../setup/src/Magento</directory >
28
+ <directory suffix =" .php" >../../../setup/src/*</directory >
29
+ <exclude >
30
+ <directory >../../../app/code/*/*/Test</directory >
31
+ <directory >../../../lib/internal/*/*/Test</directory >
32
+ <directory >../../../lib/internal/*/*/*/Test</directory >
33
+ <directory >../../../setup/src/*/*/Test</directory >
34
+ </exclude >
29
35
</whitelist >
30
36
</filter >
31
37
<logging >
You can’t perform that action at this time.
0 commit comments