File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 13
13
bootstrap =" ./framework/bootstrap.php"
14
14
>
15
15
<testsuite name =" Magento_Unit_Tests_App_Code" >
16
- <directory suffix =" BuilderTest.php" >../../../app/code/Magento/Downloadable/Test/Unit</directory >
16
+ <directory suffix =" Test.php" >../../../app/code/*/*/Test/Unit</directory >
17
+ </testsuite >
18
+ <testsuite name =" Magento_Unit_Tests_Other" >
19
+ <directory suffix =" Test.php" >../../../lib/internal/*/*/Test/Unit</directory >
20
+ <directory suffix =" Test.php" >../../../lib/internal/*/*/*/Test/Unit</directory >
21
+ <directory suffix =" Test.php" >../../../setup/src/*/*/Test/Unit</directory >
22
+ <directory suffix =" Test.php" >../../../vendor/*/module-*/Test/Unit</directory >
23
+ <directory suffix =" Test.php" >../../../vendor/*/framework/Test/Unit</directory >
24
+ <directory suffix =" Test.php" >../../../vendor/*/framework/*/Test/Unit</directory >
25
+ <directory suffix =" Test.php" >../../tests/unit/*/Test/Unit</directory >
17
26
</testsuite >
18
- <!-- <testsuite name="Magento_Unit_Tests_Other">-->
19
- <!-- <directory suffix="Test.php">../../../lib/internal/*/*/Test/Unit</directory>-->
20
- <!-- <directory suffix="Test.php">../../../lib/internal/*/*/*/Test/Unit</directory>-->
21
- <!-- <directory suffix="Test.php">../../../setup/src/*/*/Test/Unit</directory>-->
22
- <!-- <directory suffix="Test.php">../../../vendor/*/module-*/Test/Unit</directory>-->
23
- <!-- <directory suffix="Test.php">../../../vendor/*/framework/Test/Unit</directory>-->
24
- <!-- <directory suffix="Test.php">../../../vendor/*/framework/*/Test/Unit</directory>-->
25
- <!-- <directory suffix="Test.php">../../tests/unit/*/Test/Unit</directory>-->
26
- <!-- </testsuite>-->
27
27
<php >
28
28
<ini name =" date.timezone" value =" America/Los_Angeles" />
29
29
<ini name =" xdebug.max_nesting_level" value =" 200" />
You can’t perform that action at this time.
0 commit comments